{"id":13809097,"url":"https://github.com/bukalapak/vanadia","last_synced_at":"2025-08-17T07:06:26.550Z","repository":{"id":29559448,"uuid":"109925169","full_name":"bukalapak/vanadia","owner":"bukalapak","description":"Export API Blueprint .apib file to Postman collection","archived":false,"fork":false,"pushed_at":"2022-01-25T07:43:55.000Z","size":107,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-14T05:36:14.743Z","etag":null,"topics":["api-blueprint","app","postman"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/bukalapak.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}},"created_at":"2017-11-08T03:52:59.000Z","updated_at":"2024-07-31T05:57:56.000Z","dependencies_parsed_at":"2022-08-07T14:30:22.213Z","dependency_job_id":null,"html_url":"https://github.com/bukalapak/vanadia","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bukalapak/vanadia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukalapak%2Fvanadia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukalapak%2Fvanadia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukalapak%2Fvanadia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukalapak%2Fvanadia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bukalapak","download_url":"https://codeload.github.com/bukalapak/vanadia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukalapak%2Fvanadia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636825,"owners_count":23492312,"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":["api-blueprint","app","postman"],"created_at":"2024-08-04T01:02:01.645Z","updated_at":"2025-07-05T00:10:24.100Z","avatar_url":"https://github.com/bukalapak.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Vanadia\n\n[![Build Status](https://travis-ci.org/bukalapak/vanadia.svg?branch=master)](https://travis-ci.org/bukalapak/vanadia)\n\nA utility to export [API Blueprint](https://github.com/apiaryio/api-blueprint) `.apib` file to a Postman collection.\n\n## Installation\n\nThe latest executables for Linux and OSX are available from the [release page](https://github.com/bukalapak/vanadia/releases), so it can be executed directly:\n\n```sh\n$ wget https://github.com/bukalapak/vanadia/releases/download/${VERSION}/vanadia-${VERSION}.${OS}-amd64.tar.gz\n$ tar -xzf vanadia-${VERSION}.${OS}-amd64.tar.gz\n$ ./vanadia -h\n```\n\n### Manual build\n\nIf you want to be in bleeding edge, you can manually build from `master`:\n\n```sh\n$ git clone https://github.com/bukalapak/vanadia.git\n$ cd vanadia\n$ make\n```\n\nMake sure you have Go 1.9 and build-essentials as we should compile [Drafter](https://github.com/apiaryio/drafter) as one of its dependency.\n\n## Usage\n\nLet's say we have an API Blueprint document, `API.apib` in our working directory. Then we can do:\n\n```sh\n$ ./vanadia --input API.apib --output API.postman_collection.json\n```\n\nVanadia can also read input from standard input and give its output via standard output; just omit the `--input` and `--output` flag.\n\n### Configuration\n\nVanadia is configurable with a `vanadia.yml` in working directory. Please refer to `vanadia.yml` in this repository to see what is configurable.\n\nYou can also configure Vanadia from other location by specifying the config file:\n\n```sh\n$ ./vanadia --input api/API.apib --output api/API.postman_collection.json --config api/vanadia.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukalapak%2Fvanadia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbukalapak%2Fvanadia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukalapak%2Fvanadia/lists"}