ypratham / Article-API

A short and simple API.

Home Page:https://stark-mesa-30563.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An open source REST API for Articles.

REQUEST ON /articles

GET request on /articles to get all the articles present.

POST request on /articles to add new article.

DELETE request on /articles to delete all the present articles


REQUEST ON /articles/<article_name>

GET request on /articles/article_name to get the article details.

POST request on /articles/article_name to update the whole article.

PATCH request on /articles/article_name to update specific content of the article.

DELETE request on /articles/article_name to delete that article.

About

A short and simple API.

https://stark-mesa-30563.herokuapp.com/


Languages

Language:JavaScript 73.9%Language:HTML 15.8%Language:CSS 10.3%