dart_sdk 1.4.0 copy "dart_sdk: ^1.4.0" to clipboard
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 /example directory
0
likes
145
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Dart SDK for interacting with the V6R API, providing type-safe access to projects, repositories, tickets, and agentic capabilities.

Repository (GitHub)

License

Apache-2.0 (license)

Dependencies

microsoft_kiota_abstractions, microsoft_kiota_bundle, microsoft_kiota_serialization_form, microsoft_kiota_serialization_json, microsoft_kiota_serialization_multipart, microsoft_kiota_serialization_text, uuid

More

Packages that depend on dart_sdk