This page contains documentation for version v0.9.0-beta of the SDK. This is an archived version and may contain outdated information. For the latest documentation, please refer to the current release.
This beta release introduced several new endpoints and refined existing ones. Key additions include:
POST /v0.9/users: For creating new user profiles with enhanced validation.GET /v0.9/projects/{id}/tasks: Retrieves a paginated list of tasks associated with a specific project.PUT /v0.9/settings: Allows for global system configuration updates.Completely revamped the user login and registration process to incorporate OAuth 2.0 compatibility.
Switched to a more efficient JSON serialization library, reducing payload sizes by an average of 15%.
Resolved an issue where task dependencies were not correctly evaluated in complex scenarios.
This beta version was a significant stepping stone towards our stable release. Please note that while many features were stable, some experimental components might have been subject to change in subsequent versions. We recommend consulting the migration guides if you are updating from a prior version.
For code examples and usage patterns, refer to the sample integration scripts available in the /examples/v0.9 directory (if available on the server).