request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

OpenAPI #57

Closed rgreinho closed 5 years ago

rgreinho commented 6 years ago

Issue Type

Current Behavior

Use OpenAPI 3.0.1 to define the API endpoints. This is fully supported by DRF.

Expected Behavior

Nothing should really change, but this this should open more possibilities and will allow use to use the openapi document as the source of truth for defining the endpoints, the documentation, generating the servers, clients, etc.