RESTful endpoints
Number of APIs: 6
-
sample GET request GET {{foodtruckURL}}/get
-
GET OneFoodTruck GET {{foodtruckURL}}/foodtrucks/1
-
sample POST request POST {{echoURL}}/post
-
sample PUT request PUT {{echoURL}}/put
-
sample PATCH request PATCH {{echoURL}}/patch
-
sample DELETE request DELETE {{echoURL}}/delete