Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 970 Bytes

File metadata and controls

32 lines (20 loc) · 970 Bytes

ClearCare Unofficial API

Unofficial Python integrations for ClearCare.

Integrations

  • clearcare_find_client_by_name.py - find_client_by_name.
  • clearcare_read_adls.py - read_adls.
  • clearcare_read_iadls.py - read_iadls.
  • clearcare_update_adls.py - update_adls.

Usage

Each file exposes a run(input, context) entrypoint. The runtime is expected to provide:

  • input: integration-specific request fields.
  • context["headers"]: authenticated request headers when required.
  • context["base_url"]: the platform base URL when overriding the default.

Install dependencies:

pip install -r requirements.txt

Info

This unofficial API is built by Integuru.

For custom requests or hosted authentication, contact [email protected] or schedule time with us.

See the complete list of APIs by Integuru.