GL Connector
Note that we are currently in the process of migrating from "BOSA Connector" to "GL Connectors"; some inconsistencies may appear during this time. For example:
The library name may still be
bosa-connectors-binary, simply to ensure functionality while we need to do the big migration for the libraries and endpoints. We are currently in the process of migration. This GitBook will be updated as soon as the modifications are completed.
Please bear with us as we navigate these new changes.
A Python SDK for seamlessly connecting to APIs that implement BOSA's Plugin Architecture under HTTP Interface. This connector acts as a proxy, simplifying the integration with Connector-compatible APIs.

Features
Simple and intuitive API for connecting to Connector-compatible services
Automatic endpoint discovery and schema validation
Built-in authentication support (API Key and User Token)
User management and OAuth2 integration flow support
Type-safe parameter validation
Flexible parameter passing (dictionary or keyword arguments)
Retry support for requests that fail (429 or 5xx)
Response fields filtering based on action and output
Installation
To install the GL Connector, you need to include it in your project's dependencies. You can use your favorite package manager to install:
These commands will add the GL Connector to your project's environment, allowing you to easily interface with Connector's various 3rd party integrations.
Last updated