{"id":18418537,"url":"https://github.com/bsm/grape-apidoc","last_synced_at":"2025-04-07T13:31:17.929Z","repository":{"id":46603202,"uuid":"280172049","full_name":"bsm/grape-apidoc","owner":"bsm","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-28T18:28:21.000Z","size":38,"stargazers_count":2,"open_issues_count":8,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-22T19:02:15.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-16T14:14:09.000Z","updated_at":"2024-05-21T12:23:14.000Z","dependencies_parsed_at":"2024-05-21T13:40:03.700Z","dependency_job_id":"e2da1640-61df-4052-81b4-7b0f852612a8","html_url":"https://github.com/bsm/grape-apidoc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fgrape-apidoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fgrape-apidoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fgrape-apidoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fgrape-apidoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsm","download_url":"https://codeload.github.com/bsm/grape-apidoc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247661651,"owners_count":20975094,"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","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":[],"created_at":"2024-11-06T04:13:53.972Z","updated_at":"2025-04-07T13:31:17.533Z","avatar_url":"https://github.com/bsm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grape-apidoc [![Test](https://github.com/bsm/grape-apidoc/actions/workflows/test.yml/badge.svg)](https://github.com/bsm/grape-apidoc/actions/workflows/test.yml)\n\n[Rake](https://github.com/ruby/rake) task to generate [Markdown](https://en.wikipedia.org/wiki/Markdown) documentation for [Grape](https://github.com/ruby-grape/grape)/[Grape::Entity](https://github.com/ruby-grape/grape-entity)-based APIs\n\n## Getting started\n\n```ruby\n# Gemfile\ngroup :development do # most common use env is env=development\n  gem 'grape-apidoc'\nend\n```\n\n```ruby\n# Rakefile\nbegin\n  require 'grape/apidoc'\n  Grape::Apidoc::RakeTask.new(:apidoc, root_api_class: Grape::App) # point it to the top-level API class\nrescue LoadError\n  nil # so it does not fail in non-development environment\nend\n```\n\n## Examples\n\n- API: [spec/scenario/example.rb](spec/scenario/example.rb)\n- Resulting doc: [spec/fixtures/example.md](spec/fixtures/example.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Fgrape-apidoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsm%2Fgrape-apidoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Fgrape-apidoc/lists"}