#rest-api
Read more stories on Hashnode
Articles with this tag
It’s not always easy to secure REST APIs. In this post, we’ll discuss how to do just that using JSON web tokens (JWT). Prerequisites To get into the...
In this post, we will create a rest API for our application using falcon. This application will perform following tasks: Create a Student (POST...
There are 2 kinds of frameworks, full-featured and bare frameworks. If you would rather develop a RESTFul API for your projects with Python, in...
Are your APIs RESTful APIs? · REST means Representational State Transfer which means every URL represents some objects. It transfers the state of a...