We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
By using URI Versioning, which means adding a prefix with the version to all endpoints: /v1.
/v1
GET
/
/about
/about/license
/category
POST
DELETE
/proxy/image/{url}
/settings
/settings/name
/settings/public
/torrent/upload
/torrent/download/{info_hash}
/torrent/{info_hash}
PUT
/torrents
/user/register
/user/#
/user/ban/{user}
/user/token/verify
/user/token/renew
/user/email/verify/{token}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
By using URI Versioning, which means adding a prefix with the version to all endpoints:
/v1
.GET
/
GET
/about
GET
/about/license
GET
/category
POST
/category
DELETE
/category
GET
/proxy/image/{url}
GET
/settings
POST
/settings
GET
/settings/name
GET
/settings/public
POST
/torrent/upload
GET
/torrent/download/{info_hash}
GET
/torrent/{info_hash}
PUT
/torrent/{info_hash}
DELETE
/torrent/{info_hash}
GET
/torrents
POST
/user/register
POST
/user/#
DELETE
/user/ban/{user}
POST
/user/token/verify
POST
/user/token/renew
GET
/user/email/verify/{token}
The text was updated successfully, but these errors were encountered: