Qodex.ai
Qodex.ai
Introduction
Heroku Deployment
GET food_trucksPOST food_trucksGET food_trucks/:idPATCH food_trucks/:idPATCH food_trucks/:id/events/:idPOST food_trucks/:id/event
Local 3000
GET food_trucksPOST food_trucksGET food_trucks/:idPATCH food_trucks/:id
Mock Server Starter Kit
RESTful endpoints
sample GET requestGET OneFoodTrucksample POST requestsample PUT requestsample PATCH requestsample DELETE request
GraphQL endpoints
artist lookup
Introduction
Heroku Deployment
GET food_trucksPOST food_trucksGET food_trucks/:idPATCH food_trucks/:idPATCH food_trucks/:id/events/:idPOST food_trucks/:id/event
Local 3000
GET food_trucksPOST food_trucksGET food_trucks/:idPATCH food_trucks/:id
Mock Server Starter Kit
RESTful endpoints
sample GET requestGET OneFoodTrucksample POST requestsample PUT requestsample PATCH requestsample DELETE request
GraphQL endpoints
artist lookup
HomeHeroku Deployment

Heroku Deployment

Number of APIs: 6

  1. GET food_trucks GET https://intense-thicket-16951.herokuapp.com/api/v1/food_trucks

  2. PATCH food_trucks/:id PATCH https://intense-thicket-16951.herokuapp.com/api/v1/food_trucks/5

  3. PATCH food_trucks/:id/events/:id PATCH https://intense-thicket-16951.herokuapp.com/api/v1/food_trucks/1/events/16

  4. POST food_trucks/:id/event POST https://intense-thicket-16951.herokuapp.com/api/v1/food_trucks/5/events

  5. POST food_trucks POST https://intense-thicket-16951.herokuapp.com/api/v1/food_trucks

  6. GET food_trucks/:id GET https://intense-thicket-16951.herokuapp.com/api/v1/food_trucks/5

Previous
Introduction
Next
GET food_trucks