dart_sdk 1.4.0
dart_sdk: ^1.4.0 copied to clipboard
A comprehensive Dart SDK for interacting with the V6R API, providing type-safe access to projects, repositories, tickets, and agentic capabilities.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2025-10-05 #
Changed #
- Updated SDK generation to use new OpenAPI specification from
/Users/punk1290/git/api/swagger/v1/swagger.yaml - Migrated from previous API spec location (
../v6r-webapi/api.yaml) - Regenerated client code with updated OpenAPI spec
1.0.0 - 2025-09-21 #
Added #
- Initial release of the V6R Dart SDK
- Full support for V6R API endpoints:
- Authentication with Basic Auth support
- Project management (CRUD operations)
- Repository integration and management
- Ticket system with full lifecycle support
- Agentic API access
- Type-safe request and response models
- Comprehensive example demonstrating authentication and API usage
- Built on Microsoft Kiota for reliable API client generation
- Support for custom request configurations
- Automatic serialization/deserialization for JSON, Text, Form, and Multipart content
Dependencies #
- Microsoft Kiota bundle and abstractions
- Dart SDK ^3.9.2 compatibility
Documentation #
- Complete README with usage examples
- API documentation generation support
- Working example in the
/exampledirectory