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
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Discordより抜粋
API
・https://api.shuttle.pub/
Version
・https://api.shuttle.pub/:version
e.g.
・https://api.shuttle.pub/v0
・https://api.shuttle.pub/v1
Account
・https://api.shuttle.pub/:version/accounts
POST(signup)
・https://api.shuttle.pub/:version/accounts/signup (with JSON payload)
POST(login)
・https://api.shuttle.pub/:version/accounts/login (with JSON payload)
DELETE
・https://api.shuttle.pub/:version/accounts/:(account_name or account_id)
Profile
・https://api.shuttle.pub/:version/profile
GET
・https://api.shuttle.pub/:version/profile/:(account_name or account_id)
PATCH(update)
・https://api.shuttle.pub/:version/profile/:(account_name or account_id) (with JSON payload)
The text was updated successfully, but these errors were encountered: