| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
"null"
When defaulting to "null", the API request would query for a user with the username "null", by
querying for an empty string, no possible false information is provided.
|
| | |
|
| |
|
|
|
| |
An endpoint for grabbing user profile information. Example usage:
https://api.whirlsplash.org/api/v1/worlds/info?username=fuwn will return *a lot of information*.
|
| |
|
|
|
| |
An endpoint for checking if a given user has VIP status at the time of request. Example usage:
https://api.whirlsplash.org/api/v1/worlds/vip?username=fuwn will return `false`.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
constructing a new one
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This change makes clippy **a lot** more strict.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|