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
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ For convenience, the API docs and examples can be found in the tables below
53
53
|`GetAchievementsEarnedBetween()`|Get a list of achievements earned by a user between two dates.|[docs](https://api-docs.retroachievements.org/v1/get-achievements-earned-between.html)\|[example](examples/user/getachievementsearnedbetween/getachievementsearnedbetween.go)|
54
54
|`GetAchievementsEarnedOnDay()`|Get a list of achievements earned by a user on a given date.|[docs](https://api-docs.retroachievements.org/v1/get-achievements-earned-on-day.html)\|[example](examples/user/getachievementsearnedonday/getachievementsearnedonday.go)|
55
55
|`GetGameInfoAndUserProgress()`|Get metadata about a game as well as a user's progress on that game.|[docs](https://api-docs.retroachievements.org/v1/get-game-info-and-user-progress.html)\|[example](examples/user/getgameinfoanduserprogress/getgameinfoanduserprogress.go)|
56
-
|`GetUserCompletionProgress(string)`|Get metadata about all the user's played games and any awards associated with them.|[docs](https://api-docs.retroachievements.org/v1/get-user-completion-progress.html)\|[example](examples/user/getusercompletionprogress/getusercompletionprogress.go)|
56
+
|`GetUserCompletionProgress()`|Get metadata about all the user's played games and any awards associated with them.|[docs](https://api-docs.retroachievements.org/v1/get-user-completion-progress.html)\|[example](examples/user/getusercompletionprogress/getusercompletionprogress.go)|
57
57
|`GetUserAwards(string)`|Get a list of a user's site awards/badges.|[docs](https://api-docs.retroachievements.org/v1/get-user-awards.html)\|[example](examples/user/getuserawards/getuserawards.go)|
58
58
|`GetUserClaims(string)`|Get a list of set development claims made over the lifetime of a user.|[docs](https://api-docs.retroachievements.org/v1/get-user-claims.html)\|[example](examples/user/getuserclaims/getuserclaims.go)|
59
59
|`GetUserGameRankAndScore(string,int)`|Get metadata about how a user has performed on a given game.|[docs](https://api-docs.retroachievements.org/v1/get-user-game-rank-and-score.html)\|[example](examples/user/getusergamerankandscore/getusergamerankandscore.go)|
0 commit comments