Skip to content

docs: fix game leaderboards endpoint to remove unused parameter and fix typos #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,6 @@ dist
.vitepress/dist
.vitepress/cache
docs/.vitepress/cache
docs/.vitepress/dist
docs/.vitepress/dist

.DS_Store
3 changes: 1 addition & 2 deletions docs/v1/get-game-leaderboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SampleRequest from '../components/SampleRequest.vue';

# Game Leaderboards

A call to this endpoint will retrieve a given games's list of leaderboards, targeted by the game's ID.
A call to this endpoint will retrieve a given game's list of leaderboards, targeted by the game's ID.

[[toc]]

Expand All @@ -22,7 +22,6 @@ A games's list of leaderboards can be found on on the game's page:

| Name | Required? | Description |
| :--- | :-------- | :----------------------------------------------------------- |
| `z` | Yes | Your username. |
| `y` | Yes | Your web API key. |
| `i` | Yes | The target game ID. |
| `c` | | Count, number of records to return (default: 100, max: 500). |
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/get-leaderboard-entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SampleRequest from '../components/SampleRequest.vue';

# Leaderboard Entries

A call to this endpoint will retrieve a given leadboard's entires, targeted by its ID.
A call to this endpoint will retrieve a given leaderboard's entries, targeted by its ID.

[[toc]]

Expand Down