All URIs are relative to https://localhost/api/v1
| Method | HTTP request | Description |
|---|---|---|
| LeaderboardGet | Get /leaderboard | Get current leaderboard. |
| LeaderboardGetName | Get /leaderboard/name | Get your alias on the leaderboard. |
[]Leaderboard LeaderboardGet(ctx, optional) Get current leaderboard.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *LeaderboardGetOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a LeaderboardGetOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| method | optional.String | Ranking type. Options: "notional", "ROE" | [default to notional] |
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InlineResponse2001 LeaderboardGetName(ctx, ) Get your alias on the leaderboard.
This endpoint does not need any parameter.
apiKey, apiNonce, apiSignature
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript
[Back to top] [Back to API list] [Back to Model list] [Back to README]