Qodex.ai
Qodex.ai
Introduction
API Documentation #reference
User
Get authenticated user
Collections
Get all collectionsUpdate a collectionCreate a collectionGet a collectionDelete a collection
Codewars
Data Visualization
Visualize any XML dataVisualize MapVisualize any CSV data
Deployment Testing
Delete Dream test, do not use, actually deletes data from DB
GraphQL
{{url}}/graphql
Insult Generator
RESTful API Basics #blueprint
Update dataGet dataPost dataDelete data
Tea Api
Add a subscription to a customerAdd a subscription Sad Path 1Get All Subscriptions for a CustomerAll Subscriptions Sad PathAdd a subscription Sad Path 2Delete A Subscription
Tea-Scription
TwinWord API
GET Generate
Introduction
API Documentation #reference
User
Get authenticated user
Collections
Get all collectionsUpdate a collectionCreate a collectionGet a collectionDelete a collection
Codewars
Data Visualization
Visualize any XML dataVisualize MapVisualize any CSV data
Deployment Testing
Delete Dream test, do not use, actually deletes data from DB
GraphQL
{{url}}/graphql
Insult Generator
RESTful API Basics #blueprint
Update dataGet dataPost dataDelete data
Tea Api
Add a subscription to a customerAdd a subscription Sad Path 1Get All Subscriptions for a CustomerAll Subscriptions Sad PathAdd a subscription Sad Path 2Delete A Subscription
Tea-Scription
TwinWord API
GET Generate
HomeTea Api

Tea Api

Number of APIs: 6

  1. Get All Subscriptions for a Customer GET http://localhost:3000/api/v1/customers/1/subscriptions

  2. All Subscriptions Sad Path GET http://localhost:3000/api/v1/customers/1000/subscriptions

  3. Delete A Subscription DELETE http://localhost:3000//api/v1/customers/1/subscriptions/1

  4. Add a subscription to a customer POST http://localhost:3000/api/v1/customers/1/subscriptions/5

  5. Add a subscription Sad Path 1 POST http://localhost:3000/api/v1/customers/500/subscriptions/5

  6. Add a subscription Sad Path 2 POST http://localhost:3000/api/v1/customers/1/subscriptions/500

Previous
Delete data
Next
Add a subscription to a customer