REST stands for Representational State Transfer. It’s an architectural style that’s an alternative to SOAP-based web services.
The StoryChief API has what we call resources like stories or users. You take action on resources using the standard HTTP methods: POST, GET, PATCH, and DELETE.