You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,4 +136,12 @@ For convenience, the API docs and examples can be found in the tables below
136
136
|`GetMostRecentTickets()`|Gets ticket metadata information about the latest opened achievement tickets on RetroAchievements.|[docs](https://api-docs.retroachievements.org/v1/get-ticket-data/get-most-recent-tickets.html)\|[example](examples/ticket/getmostrecenttickets/getmostrecenttickets.go)|
137
137
|`GetGameTicketStats()`|Gets ticket stats for a game, targeted by that game's unique ID.|[docs](https://api-docs.retroachievements.org/v1/get-ticket-data/get-game-ticket-stats.html)\|[example](examples/ticket/getgameticketstats/getgameticketstats.go)|
138
138
|`GetDeveloperTicketStats()`|Gets ticket stats for a developer, targeted by that developer's site username.|[docs](https://api-docs.retroachievements.org/v1/get-ticket-data/get-developer-ticket-stats.html)\|[example](examples/ticket/getdeveloperticketstats/getdeveloperticketstats.go)|
139
-
|`GetAchievementTicketStats()`|Gets ticket stats for an achievement, targeted by that achievement's unique ID.|[docs](https://api-docs.retroachievements.org/v1/get-ticket-data/get-achievement-ticket-stats.html)\|[example](examples/ticket/getachievementticketstats/getachievementticketstats.go)|
139
+
|`GetAchievementTicketStats()`|Gets ticket stats for an achievement, targeted by that achievement's unique ID.|[docs](https://api-docs.retroachievements.org/v1/get-ticket-data/get-achievement-ticket-stats.html)\|[example](examples/ticket/getachievementticketstats/getachievementticketstats.go)|
140
+
141
+
## Documentation
142
+
This library uses [doc2go](https://abhinav.github.io/doc2go/) to generate local static docs for the package. you will first need to install the package and then run the make command to serve up the site
0 commit comments