swaggard icon indicating copy to clipboard operation
swaggard copied to clipboard

Add Swagger documentation to your Rails REST endpoints.

Results 18 swaggard issues
Sort by recently updated
recently updated
newest added

Not all assets are included in the precompile list. This will solve issue: adrian-gomez/swaggard#39

Create test rails application and add swaggard gem to gemfile (swaggard configuration doesn't matter, it happens anyway). Any route opening causes error "The asset "application.css" is not present in the...

When you have multiple routes to the same controller (nested) this gives you the same operationIds but in different paths. This is not valid.

When using only the json you miss the `securityDefinitions` when you define https://github.com/adrian-gomez/swaggard#authentication Looking into the code these config variable are only used in the html generator. Can they also...

``` class BamController < ActionController::Base # @skip parsing Bam class Bam end end ``` anyway to skip parsing `BamController::Bam`? Thanks.

I'm trying to add my `UserRequestController` to the documentation but nothing is showing up. When I do the same in another controller that inherits from the same base it works...

This avoids potential conflicts with custom ActiveModelSerializer adapters being set as the default, and restructuring the JSON output.

Hi! I am now using this gem for my API. However, I'm having a hard time adding some parameters like array object. This is my sample parameter on postman and...

Object in `BASIC_TYPE` is used without cloned. If multiple parameters of same `basic_type` (like `string` ) exists, `Swaggard::Swagger::Property#to_doc` will side-effect this same object repeatly.

Could someone guide me to find the solution? The project was created with Rails 5 API. The gem swaggard continues to function normally, but gem activeadmin is no longer working....