Skip to content

docs: fix CHANGELOG to list actual public methods#2

Merged
Project516 merged 1 commit into
Project516:mainfrom
cappy-dev:docs/fix-changelog-method-list
Jul 13, 2026
Merged

docs: fix CHANGELOG to list actual public methods#2
Project516 merged 1 commit into
Project516:mainfrom
cappy-dev:docs/fix-changelog-method-list

Conversation

@cappy-dev

Copy link
Copy Markdown
Contributor

On behalf of @Project516

The 0.1.0 changelog entry listed a getTeamYear method that does not exist in the client. This PR replaces it with getEvents, which is the method the client actually provides for fetching events by year.

The public method list in the changelog now matches the actual API surface in lib/src/statbotics_client.dart:

  • getEvent - fetch a single event by key
  • getEventTeams - fetch all team-event records for an event
  • getEvents - fetch all events for a given year (was incorrectly listed as getTeamYear)
  • getEventMatches - fetch match schedule for an event
  • getEventTeamsBasic - fetch basic team info for an event

The 0.1.0 entry listed a getTeamYear method that does not exist in the
client. Replace it with getEvents, which is the method the client actually
provides for fetching events by year. The method list now matches the public
API surface in lib/src/statbotics_client.dart:

  getEvent, getEventTeams, getEvents, getEventMatches, getEventTeamsBasic
@cappy-dev

Copy link
Copy Markdown
Contributor Author

cc @Project516

@Project516 Project516 merged commit b01d7f4 into Project516:main Jul 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants