Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qcs-api-client-common

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcs-api-client-common

Contains core QCS client functionality and middleware implementations.

  • 0.10.0
  • PyPI
  • Socket score

Maintainers
1

QCS API Client Common

The qcs-api-client-common package provides a suite of common functionalities for QCS client applications. It offers reusable middleware implementations that can be integrated into various client libraries. This allows for consistent behavior across different projects and facilitates easier maintenance and scalability of client-side logic.

⚠️ This project is in-development.

Loading a QCS Configuration

The primary configuration object is the ClientConfiguration. Most users will want to load their default profile like so:

from qcs_api_client_common.configuration import ClientConfiguration

configuration = ClientConfiguration()
# ...

For more details and other examples of usage, see the ClientConfiguration documentation.

Supported clients

🔧 Under Construction

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc