module Ruqqus::Routes
A module containing constants that define the method routes for the Ruqqus
REST API.
Constants
- ALL_LISTINGS
The endpoint for the GET method to get all post listings.
- API_BASE
The base URL for the
Ruqqus
REST API.- API_VERSION
The
Ruqqus
API version.- COMMENT
The endpoint for the GET method to obtain comment information.
- FRONT_PAGE
The endpoint for the GET method to get the front page listings.
- GUILD
The endpoint for the GET method to obtain guild information.
- GUILDS
The endpoint for the GET method to get the guild listings.
- GUILD_AVAILABLE
The endpoint for the GET method to query guild availability.
- HOME
The top-level site URL.
- IDENTITY
The endpoint for the GET method to get the current user.
- POST
The endpoint for the GET method to obtain post information.
- POST_VOTE
The endpoint for the
POST
method to place a vote on a post.- SUBMIT
The endpoint for the
POST
method to submit a post.- USER
The endpoint for the GET method to obtain user information.
- USERNAME_AVAILABLE
The endpoint for the GET method to query username availability.