Tag: Backend

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.
← Prev
Page 3 of 3
Next →