gpalleschi / quotes_api

Quote API RESTful Node.js based Multilingual (Italian, English and Spanish) is a free, open source quote api to get random quote. Quotes are loaded on sqlite3 DB.
https://quotes-api-three.vercel.app/api
GNU General Public License v3.0
1 stars 1 forks source link

OpenAPI specification #3

Open daniele-athome opened 2 years ago

daniele-athome commented 2 years ago

Write an OpenAPI specification file to document your API. OpenAPI specs can be used to produce documentation (by using Swagger) and even generate client code.

daniele-athome commented 2 years ago

(Just an exercise to experimenti with something new (I've been looking forward to study OpenAPI for some time)).

gpalleschi commented 2 years ago

Thanks for suggest, I'll study OpenApi and Swagger.