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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a set of API endpoints for some of the database tables. It should be:
Endpoints:
/api/v0/topics
/api/v0/topic/:id
/api/v0/topic/:id/channels
/api/v0/topics/:id/channel/:id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need a set of API endpoints for some of the database tables. It should be:
Endpoints:
/api/v0/topics
- List all Topics/api/v0/topic/:id
- Show topic/api/v0/topic/:id/channels
- List all channels belonging to topic/api/v0/topics/:id/channel/:id
- Show channel belonging to topicThe text was updated successfully, but these errors were encountered: