lidorelias3 / ShowTicketStore

1 stars 0 forks source link

Create an API scheme for the system #2

Closed roysav13 closed 1 month ago

roysav13 commented 2 months ago

We need to define the basic API for the backend (this can change with time but it should be kinda consistent)

  1. Define all needed requests and data that can be retrieved from the backend - each request should consist the followings: url, method, params, body and responses
  2. Create a yaml file with the API (you can use swagger, its neat)
roysav13 commented 2 months ago

https://editor.swagger.io/ this is the swagger link, its very usefull for this mission :)