goal_api 1.0.0 copy "goal_api: ^1.0.0" to clipboard
goal_api: ^1.0.0 copied to clipboard

Dart SDK for the GOAL API - football fixtures, live scores, standings, stats and live WebSocket updates.

Changelog #

All notable changes to this package. Versions follow semver; all five GOAL API SDKs are released together under one version number.

1.0.0 #

First release. Covers the full public API surface (13 resource groups, ~70 endpoints).

  • Grouped resources: status, countries, leagues, teams, fixtures, standings, players, coaches, h2h, results, videos, odds, predictions.
  • Typed errors carrying code, category, details and correlationId, normalised across the API's two error shapes (message from the gateway, error from the football service).
  • Retries on 429 and 5xx with exponential backoff and jitter, honouring Retry-After. Never on 4xx, never on a cancelled request.
  • Rate-limit snapshot from the X-RateLimit-* headers.
  • Pagination helpers that terminate on hasMore: false or a short page.
  • Webhook signature verification with constant-time comparison and a replay window.
  • Percent-encoded path segments.
1
likes
160
points
0
downloads

Documentation

Documentation
API reference

Publisher

verified publishergoal-api.com

Weekly Downloads

Dart SDK for the GOAL API - football fixtures, live scores, standings, stats and live WebSocket updates.

Homepage
Repository (GitHub)
View/report issues

Topics

#football #soccer #sports #api #live-scores

License

MIT (license)

Dependencies

crypto, http, web_socket_channel

More

Packages that depend on goal_api