osynic_osuapi 0.1.2

High performance, well-structured, extensible Rust osu! API client. Supports both WASM and native environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# V2 API
CLIENT_ID = "Your client ID"
CLIENT_SECRET = "Your client secret"
REDIRECT_URI = "Your redirect URI"
CODE = "Copy the code from the URL here"

ACCESS_TOKEN = "Your access token"
REFRESH_TOKEN = "Your refresh token"

# V1 API
API_KEY = "Your API_KEY"