{"id":48039660,"url":"https://github.com/flowcommerce/api-build","last_synced_at":"2026-04-04T14:05:54.477Z","repository":{"id":3261524,"uuid":"48897374","full_name":"flowcommerce/api-build","owner":"flowcommerce","description":"Runs a set of tests against an API defined in apibuilder to ensure consistency","archived":false,"fork":false,"pushed_at":"2026-04-02T17:25:45.000Z","size":1924,"stargazers_count":19,"open_issues_count":5,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T05:24:10.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/flowcommerce.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-01-02T03:29:53.000Z","updated_at":"2026-04-02T17:25:12.000Z","dependencies_parsed_at":"2023-02-16T22:55:16.755Z","dependency_job_id":"1ed3d67f-cdd4-4666-ba69-9fece74825c6","html_url":"https://github.com/flowcommerce/api-build","commit_stats":null,"previous_names":[],"tags_count":429,"template":false,"template_full_name":null,"purl":"pkg:github/flowcommerce/api-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcommerce%2Fapi-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcommerce%2Fapi-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcommerce%2Fapi-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcommerce%2Fapi-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowcommerce","download_url":"https://codeload.github.com/flowcommerce/api-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcommerce%2Fapi-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-04-04T14:05:53.823Z","updated_at":"2026-04-04T14:05:54.442Z","avatar_url":"https://github.com/flowcommerce.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# api-build\n\nRuns a set of tests against an API defined in apibuilder to ensure\nconsistency, and then builds a few artifacts used in the end to end\npipeline of API at gilt.\n\nMain features:\n\n  - lint: Automated build to enforce standard conventions at Flow\n  - oneapi: Merge multiple API specs into a single API, managed at https://app.apibuilder.io/flow/api\n  - proxy: Generates configuration files for the API proxy, routing paths to services\n\n## Installation\n\n  curl https://s3.amazonaws.com/io.flow.aws-s3-public/util/api-build/api-build.jar \u003e ~/api-build.jar\n\n## Examples:\n\n```\n  java -jar ~/api-build.jar api lint flow/common flow/user\n  java -jar ~/api-build.jar api oneapi flow/common flow/user\n  java -jar ~/api-build.jar api build flow/common flow/user\n```\n\nOr run the full build:\n\n```\n  java -jar ~/api-build.jar api all flow/common flow/user\n```\n\n## running locally\n\napi-build needs to access apibuilder and requires an API Token:\n\n  1. Goto https://app.apibuilder.io/tokens/ and create a token\n\n  2. Create the ~/.apibuilder/config file - see https://github.com/apicollective/apibuilder-cli\n\n\n## building jar file\n\nWe are using the sbt assembly plugin to build\n\n    sbt assembly\n\n## publishing jar file\n\n    go run ./release.go\n\n## Running from the command line:\n\n    java -jar target/scala-2.13/api-build-assembly-xx.yy.zz.jar api lint flow/common flow/user\n    java -jar target/scala-2.13/api-build-assembly-xx.yy.zz.jar api oneapi flow/common flow/user\n    java -jar target/scala-2.13/api-build-assembly-xx.yy.zz.jar api all flow/common flow/user\n\nTo specify a specific API Builder Profile:\n\n    APIBUILDER_PROFILE=xxx java -jar target/scala-2.13/api-build-assembly-xx.yy.zz.jar api all flow/common flow/user\n\nOr to specify a specific APIBUILDER URL and/or Token:\n\n    APIBUILDER_TOKEN=yyy APIBUILDER_API_BASE_URL=http://app.apibuilder.io java -jar /web/api-build/target/scala-2.11/api-build_2.11-0.0.1-one-jar.jar api all flow/user\n\nThe default behavior is to use the default apibuilder profile.\n\n## Releasing\n\n    go run release.go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcommerce%2Fapi-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowcommerce%2Fapi-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcommerce%2Fapi-build/lists"}