Skip to content

g13ydson/jsonapi-swagger-blocks-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fe608c · Sep 17, 2018

History

47 Commits
Aug 18, 2018
Sep 17, 2018
Sep 17, 2018
Aug 14, 2018
Aug 14, 2018
Aug 18, 2018
Aug 20, 2018
Aug 18, 2018
Aug 14, 2018
Aug 18, 2018
Sep 17, 2018
Aug 14, 2018
Aug 20, 2018
Aug 18, 2018
Aug 20, 2018

Repository files navigation

JSONAPI Swagger Blocks Generator

Gem Version Maintainability Build Status

creates swagger blocks files based on the JSONAPI::Resource file http://jsonapi-resources.com/

Installation

Add this line to your application's Gemfile:

gem 'jsonapi-swagger-blocks-generator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jsonapi-swagger-blocks-generator

Usage

$ rails g jsonapi:swagger_blocks User

or specifying the namespace of the resources folder

$ rails g jsonapi:swagger_blocks User Api::V1 

Contributing

Contributing to JSONAPI Swagger blocks generator

We are following the Gitflow workflow. The active development branch is dev, the stable branch is master.

Contributions will be accepted to the dev only.

How to provide a patch for a new feature

  1. If it is a major feature, please create an Issue and discuss with the project leaders.

  2. If in step 1 you get an acknowledge from the project leaders, use the following procedure to submit a patch:

    a. Fork Fast JSONAPI Swagger blocks generator on github ( http://help.github.com/fork-a-repo/ )

    b. Create a topic branch (git checkout -b my_branch)

    c. Push to your branch (git push origin my_branch)

    d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ )

    e. Done :)

  3. Run the tests. We only take pull requests with passing tests.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the SwaggerBlocksGenerator project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

creates swagger blocks files based on the JSONAPI::Resource

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published