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
Following changes are required to back-end
create-article
topic
tag
The following endpoints need to be created/ modified
tag-detail/<slug>
tag-list
category-detail
The text was updated successfully, but these errors were encountered:
Anonymous2610
No branches or pull requests
Following changes are required to back-end
create-article
routetopic
totag
The following endpoints need to be created/ modified
create-article
- Tags should be passed as an array of items. Each article must be linked to that tagtag-detail/<slug>
- GET all articles under the tagtag-list
- GET all tags. Also add new tag wiith POST requestcategory-detail
- GET all tracks under a categoryThe text was updated successfully, but these errors were encountered: