rubyforgood / Flaredown

Flaredown web app and API
http://www.flaredown.com
GNU General Public License v3.0
39 stars 15 forks source link

Feat: Add RSwag to generate API Documentation #641

Open atinybeardedman opened 1 year ago

atinybeardedman commented 1 year ago

Overview

Adds the rswag gem and generates the default specs for the existing controllers. This generates interactive documentation to view the Open API Documentation for the endpoints.

Notes