etkinlik_io_api 2.0.11
etkinlik_io_api: ^2.0.11 copied to clipboard
Official Dart and Flutter client for the Etkinlik.io V2 REST API. Access events
2.0.11 #
- Regenerated from OpenAPI 2.0.11; published via GitHub Actions OIDC under publisher
etkinlik.io. - Event model:
modified_atfield.sort_by=updatedon list events.
2.0.10 #
- Regenerated from OpenAPI 2.0.10; published via GitHub Actions OIDC under publisher
etkinlik.io. - OpenAPI schemas:
requiredarrays added for response models. SDK types reflect non-optional core fields; nullable fields stay optional.
2.0.9 #
- Regenerated from OpenAPI 2.0.9; published via GitHub Actions OIDC under publisher
etkinlik.io. - Event model:
start,end, andvenuemarked deprecated in SDK and docs. Wire format unchanged. - New integrations: use
start_r001,end_r001,timezone, andvenue_type/venue_data.
2.0.8 #
- Regenerated from OpenAPI 2.0.8; published via GitHub Actions OIDC under publisher
etkinlik.io. - API surface unchanged from 2.0.7.
- Dart SDK: added
example/example.mdfor pub.dev; CI post-process removes unused imports in generatedlib/. - New release tag; v2.0.7 could not be replaced on pub.dev after tag move.
2.0.7 #
- Regenerated from OpenAPI 2.0.7; published via GitHub Actions OIDC under publisher
etkinlik.io. - API surface unchanged from 2.0.6; new tag after immutable publish policy on v2.0.6.
- See 2.0.6 release notes below for event time field changes.
2.0.6 #
- Regenerated from OpenAPI 2.0.6; published via GitHub Actions OIDC under publisher
etkinlik.io. - Event model: added
start_r001andend_r001(UTC instants, ISO8601) andtimezone(IANA, always present). end_r001is nullable when the event has no scheduled end time.- Legacy fields
startandendare unchanged for existing integrations (local wall-clock with offset).endremains always present; whenend_r001is null,endis localstartplus 2 hours. - New integrations should use
start_r001,end_r001, andtimezonefor time handling.
2.0.5 #
- Regenerated from OpenAPI 2.0.5; published via GitHub Actions OIDC under publisher
etkinlik.io.
2.0.4 #
- Regenerated from OpenAPI 2.0.4; published via GitHub Actions OIDC under publisher
etkinlik.io.
2.0.3 #
- Initial pub.dev release of the Etkinlik.io V2 API Dart client.