You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//This is an API for blog platform created by Ravi Jha# Blog-api
This is a RESTful API that would power a personal blog. This implies that I have created a backend API with the following responsibilities:
Return a list of articles. You can add filters such as publishing date, or tags.
Return a single article, specified by the ID of the article.
Create a new article to be published.
Delete a single article, specified by the ID.
Update a single article, again, you’d specify the article using its ID.