Document the API using OpenAPI #127

Merged
bustikiller merged 6 commits from rswag-documentation into main 2024-11-15 18:49:11 +00:00
4 changed files with 8 additions and 0 deletions
Showing only changes of commit 41cb719bf4 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
Rswag::Api.configure do |c| Rswag::Api.configure do |c|
# Specify a root folder where Swagger JSON files are located # Specify a root folder where Swagger JSON files are located

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
Rswag::Ui.configure do |c| Rswag::Ui.configure do |c|
# List the Swagger endpoints that you want to be documented through the # List the Swagger endpoints that you want to be documented through the

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper' require 'swagger_helper'
RSpec.describe 'groups', type: :request do RSpec.describe 'groups', type: :request do

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
# frozen_string_literal: true # frozen_string_literal: true
require 'rails_helper' require 'rails_helper'