Creating a Band – For Real, This Time
Learn to create a band through a JSON POST request in our application.
POST
request
The tried-and-true way of creating a new record against a REST back-end is to send a POST request. JSON:API has the following to say about how to do that:
A resource can be created by sending a POST request to a URL that represents a collection of resources. The ...
Access this course and 1400+ top-rated courses and projects.