{"id":14955928,"url":"https://github.com/wolfpack-digital/apipie-postman","last_synced_at":"2026-02-19T18:00:53.682Z","repository":{"id":37716334,"uuid":"396816550","full_name":"Wolfpack-Digital/apipie-postman","owner":"Wolfpack-Digital","description":"Ruby gem to generate Postman collection from Apipie output.","archived":false,"fork":false,"pushed_at":"2024-08-02T01:35:32.000Z","size":32,"stargazers_count":17,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-13T07:58:43.950Z","etag":null,"topics":["apipie","hacktoberfest","postman","rails","rspec","ruby","ruby-gem"],"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/Wolfpack-Digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-16T13:52:33.000Z","updated_at":"2025-02-19T17:26:35.000Z","dependencies_parsed_at":"2024-01-09T09:46:27.098Z","dependency_job_id":"c55ac291-f028-4a22-b87f-d0604cceb256","html_url":"https://github.com/Wolfpack-Digital/apipie-postman","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.033333333333333326","last_synced_commit":"981b5394a4f7ec999ba46928a4d4446faf89b757"},"previous_names":["wolfpack-digital/apipie-postman","victormotogna/apipie-postman"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Wolfpack-Digital/apipie-postman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfpack-Digital%2Fapipie-postman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfpack-Digital%2Fapipie-postman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfpack-Digital%2Fapipie-postman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfpack-Digital%2Fapipie-postman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wolfpack-Digital","download_url":"https://codeload.github.com/Wolfpack-Digital/apipie-postman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfpack-Digital%2Fapipie-postman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29626591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["apipie","hacktoberfest","postman","rails","rspec","ruby","ruby-gem"],"created_at":"2024-09-24T13:12:01.767Z","updated_at":"2026-02-19T18:00:53.618Z","avatar_url":"https://github.com/Wolfpack-Digital.png","language":"Ruby","readme":"# apipie-postman [![Gem Version](https://badge.fury.io/rb/apipie-postman.svg)](https://badge.fury.io/rb/apipie-postman)\n\n## Description\n\n`apipie-postman` is a Ruby gem that automatically generates a Postman collection based on your apipie json output.\n\nThe main reason we built this was because we were often in need for a Postman collection with the APIs we designed, but the work seemed to be duplicate. Also, the collection is hard to maintain and many times left incomplete.\n\n## Installation\n\n* find the gem on https://rubygems.org/gems/apipie-postman\n* add the gem in `group :development, :test`\n* generate a Postman API key; details [here](https://learning.postman.com/docs/developer/intro-api/)\n* add an initializer file to `config/initializers/apipie_postman.rb`:\n```ruby\nApipiePostman.configure do |config|\n  config.postman_api_key = 'your_postman_api_key'\n  config.postman_collection_name = 'Your collection name'\n  config.base_url = 'localhost:3000' # the base_url that you want in your postman collection\nend\n```\n* run `bundle exec apipie-postman`\n\n## Usage\n\n* running `bundle exec apipie-postman` will create the apipie_postman.rake file\n* run `bundle exec rake apipie_postman` to run the task and generate docs\n\n## Testing\n\nThe gem uses [Rspec](https://rubygems.org/gems/rspec) for testing. In order to make sure all tests are running, run `bundle install` and `bundle exec rspec spec/file_to_test.rb` or `bundle exec rspec spec/*` (to run all files).\n\n## Want to contribute?\n\n![](https://img.shields.io/github/issues/VictorMotogna/apipie-postman?style=flat-square)\\\nCheck out [`CONTRIBUTING.md`](CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfpack-digital%2Fapipie-postman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfpack-digital%2Fapipie-postman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfpack-digital%2Fapipie-postman/lists"}