{"id":22772215,"url":"https://github.com/g13ydson/jsonapi-swagger-blocks-generator","last_synced_at":"2025-10-14T12:04:00.564Z","repository":{"id":56879508,"uuid":"144768946","full_name":"g13ydson/jsonapi-swagger-blocks-generator","owner":"g13ydson","description":"creates swagger blocks files based on the JSONAPI::Resource","archived":false,"fork":false,"pushed_at":"2019-01-03T18:36:20.000Z","size":49,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T21:54:34.990Z","etag":null,"topics":["jsonapi","jsonapi-resources","swagger","swagger-blocks"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g13ydson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-14T20:28:05.000Z","updated_at":"2021-02-07T22:04:53.000Z","dependencies_parsed_at":"2022-08-20T23:40:11.236Z","dependency_job_id":null,"html_url":"https://github.com/g13ydson/jsonapi-swagger-blocks-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/g13ydson/jsonapi-swagger-blocks-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g13ydson%2Fjsonapi-swagger-blocks-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g13ydson%2Fjsonapi-swagger-blocks-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g13ydson%2Fjsonapi-swagger-blocks-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g13ydson%2Fjsonapi-swagger-blocks-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g13ydson","download_url":"https://codeload.github.com/g13ydson/jsonapi-swagger-blocks-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g13ydson%2Fjsonapi-swagger-blocks-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019222,"owners_count":26086574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jsonapi","jsonapi-resources","swagger","swagger-blocks"],"created_at":"2024-12-11T17:07:27.292Z","updated_at":"2025-10-14T12:04:00.517Z","avatar_url":"https://github.com/g13ydson.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONAPI Swagger Blocks Generator\n\n[![Gem Version](https://badge.fury.io/rb/jsonapi-swagger-blocks-generator.svg)](https://badge.fury.io/rb/jsonapi-swagger-blocks-generator) [![Maintainability](https://api.codeclimate.com/v1/badges/2de3e3c4e8fb1543a687/maintainability)](https://codeclimate.com/github/g13ydson/jsonapi-swagger-blocks-generator/maintainability) \u003ca href=\"https://codeclimate.com/github/g13ydson/jsonapi-swagger-blocks-generator/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/2de3e3c4e8fb1543a687/test_coverage\" /\u003e\u003c/a\u003e [![Build Status](https://travis-ci.org/g13ydson/jsonapi-swagger-blocks-generator.svg?branch=master)](https://travis-ci.org/g13ydson/jsonapi-swagger-blocks-generator)\n\n   creates swagger blocks files based on the JSONAPI::Resource file http://jsonapi-resources.com/ \n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'jsonapi-swagger-blocks-generator'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jsonapi-swagger-blocks-generator\n\n## Usage\n\n    $ rails g jsonapi:swagger_blocks User\n\nor specifying the namespace of the resources folder\n\n    $ rails g jsonapi:swagger_blocks User Api::V1 \n\n\n## Contributing\n\n# Contributing to JSONAPI Swagger blocks generator\n\nWe are following the Gitflow workflow. The active development branch is [dev](https://github.com/g13ydson/jsonapi-swagger-blocks-generator/tree/dev), the stable branch is [master](https://github.com/g13ydson/jsonapi-swagger-blocks-generator/tree/master).\n\nContributions will be accepted to the [dev](https://github.com/g13ydson/jsonapi-swagger-blocks-generator/tree/dev) only.\n\n## How to provide a patch for a new feature\n\n1. If it is a major feature, please create an [Issue]( https://github.com/g13ydson/jsonapi-swagger-blocks-generator/issues ) and discuss with the project leaders.\n\n2. If in step 1 you get an acknowledge from the project leaders, use the\n   following procedure to submit a patch:\n\n    a. Fork Fast JSONAPI Swagger blocks generator on github ( http://help.github.com/fork-a-repo/ )\n\n    b. Create a topic branch (git checkout -b my_branch)\n\n    c. Push to your branch (git push origin my_branch)\n\n    d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ )\n\n    e. Done :)\n\n3. Run the tests. We only take pull requests with passing tests.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the SwaggerBlocksGenerator project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/g13ydson/jsonapi-swagger-blocks-generator/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg13ydson%2Fjsonapi-swagger-blocks-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg13ydson%2Fjsonapi-swagger-blocks-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg13ydson%2Fjsonapi-swagger-blocks-generator/lists"}