CPNV-ES / RIA2_rekognition_python

1 stars 0 forks source link

Implement swagger #33

Closed QuentinNev closed 2 years ago

QuentinNev commented 2 years ago

Swagger documents automatically the

  1. You'll need to defines routes with @api from now on.
  2. Each route must be bound to a class representing the resource
  3. Each method in the class must correspond to a http verb (GET, POST)

We can't upload a picture from Swagger because upload_parser isn't compatible with async method and it is required to make the field appear in the swagger