REST APIs have been created in a simple blog. The blog contains
- Author
- Title
- Text
The following functions are performed
- List
- Update, Delete and Get Detail
Look into the API folder i.e. ../blog/api
to have a deeper understanding, and go to
'/post'
for Postlist../post/<post-id>
for Post Detail../post/new
to create../post/<post-id>/remove
to delete../post/<post-id>/edit
to update