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
POST /api/articles
Example request body:
{ "article": { "title": "How to train your dragon", "description": "Ever wonder how?", "body": "You have to believe", "tagList": ["reactjs", "angularjs", "dragons"] } }
Authentication required, will return an Article
Required fields: title, description, body
Optional fields: tagList as an array of Strings
The text was updated successfully, but these errors were encountered:
#16 create article endpoint and unit tests
3ea9605
#16 integration test, finish controller action
2906a38
#16 added secret/env - need to get collection names out of config, it…
de2fa99
…'s a pain and doesn't make sense anymore
No branches or pull requests
POST /api/articles
Example request body:
Authentication required, will return an Article
Required fields: title, description, body
Optional fields: tagList as an array of Strings
The text was updated successfully, but these errors were encountered: