This repository contains optimized Python SDKs for Apideck's Unify APIs, designed for specific use cases where you need a lightweight and focused implementation.
This SDK pack is particularly useful in the following scenarios:
-
Limited Environments
- When working with environments that have cold start constraints (e.g., AWS Lambda)
- When you need to minimize package size and dependencies
- When startup time is critical for your application
-
Single API Focus
- When you only need to interact with a specific Unify API (e.g., only Accounting or only CRM)
- When you want to keep your dependencies minimal by including only the API components you need
-
Choose the Unify API you want to use:
- Accounting
- ATS (Not available yet, contact support)
- CRM (Not available yet, contact support)
- Vault (Not available yet, contact support)
- etc.
-
Navigate to the corresponding directory and follow the specific README instructions.
For example, if you want to use the Accounting API:
cd accounting
# Follow the instructions in accounting/README.md
- 🚀 Faster cold starts in serverless environments
- 📦 Smaller package sizes
Each API module has its own documentation in its respective directory. For detailed implementation guides and API references, please refer to the README in each API's directory.
For example:
- Accounting API documentation: accounting/README.md