Tag: REST

REST - Representational State Transfer

July 8, 2020 ยท 3 min read
Usually, when people speak about REST APIs they mean a web API that uses the HTTP request methods (POST, GET, PUT, DELETE, etc.) to modify or access the state of a resource.