Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Swagger API documentation #8

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

feat: Add Swagger API documentation #8

wants to merge 15 commits into from

Conversation

ArnoHolo
Copy link
Contributor

@ArnoHolo ArnoHolo commented Dec 13, 2019

Ajoute une documentation Swagger sur l'URL /api/documentation.

Le fichier Swagger json est généré sur la base des indications présentes dans les fichiers spec/requests/api/v*/*_swagger_spec.rb. Ces fichiers font donc office à la fois de définition Swagger et de tests automatisés, lancés via rspec.

Closes #7

Gemfile Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
app/controllers/api/v1/votes_controller.rb Show resolved Hide resolved
app/controllers/google_oauth_callback_controller.rb Outdated Show resolved Hide resolved
spec/rails_helper.rb Show resolved Hide resolved
spec/requests/api/v1/votes_request_spec.rb Outdated Show resolved Hide resolved
.circleci/config.yml Outdated Show resolved Hide resolved
.env.example Outdated Show resolved Hide resolved
@ArnoHolo ArnoHolo added the wip Not ended yet label Aug 5, 2020
@ArnoHolo ArnoHolo removed the wip Not ended yet label Nov 15, 2020
@ArnoHolo ArnoHolo changed the title feat: Add Swagger API documentation && Simple homepage feat: Add Swagger API documentation Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

installer Swagger UI pour documenter l'api
2 participants