Skip to main content

3 posts tagged with "REST"

View All Tags

Creating nested REST routes to edit and delete comments. Restricting access to routes based on user role.

Rounding out the UD portion of CRUD for our blog posts in Frosty CMS.

RESTful routes is a conventional pattern to follow when structuring different routes for interacting with the server whenever an HTTP request is made by the client.