SDK Feature Parity
This table tracks the availability of features across the official Blueink client libraries. We strive for parity across all SDKs, but some libraries may receive new features sooner than others.
| Feature | Python | JavaScript | PHP | .NET |
|---|---|---|---|---|
| Bundles (Envelopes) | ||||
| List / Retrieve | ✅ | ✅ | ✅ | ✅ |
| Create (DSL/Helper) | ✅ | ✅ | ✅ | ✅ |
| Cancel / Remind | ✅ | ✅ | ✅ | ✅ |
| Get Files / Data | ✅ | ✅ | ✅ | ✅ |
| Persons (Contacts) | ||||
| List / Retrieve | ✅ | ✅ | ✅ | ✅ |
| Create / Update / Delete | ✅ | ✅ | ✅ | ✅ |
| Templates | ||||
| List / Retrieve | ✅ | ✅ | ✅ | ✅ |
| Envelope Templates | ||||
| List / Retrieve | ✅ | ✅ | ✅ | ✅ |
| Packets (Signers) | ||||
| Update / Remind | ✅ | ✅ | ✅ | ✅ |
| Embedded URL | ✅ | ✅ | ✅ | ✅ |
| Webhooks | ||||
| CRUD Operations | ✅ | ✅ | ✅ | ✅ |
| Events / Deliveries | ✅ | ✅ | ✅ | ✅ |
| Secret Management | ✅ | ✅ | ✅ | ✅ |
| Common Utilities | ||||
| Pagination Helper | ✅ | ✅ | ✅ | ✅ |
| File Upload (Multipart) | ✅ | ✅ | ✅ | ✅ |
| Rate Limit Check | ❌ | ❌ | ❌ | ✅ |
Legend
- ✅ : Fully supported and documented.
- 🟡 : Partially supported or in progress.
- ❌ : Not currently supported.
If you find a missing feature in your library of choice, please open an issue on GitHub or consider contributing to the repository.