← All tools

apibuilder-cli

Popularity 85 Updated Development & Build

Command-line interface to generate clients for api builder

homebrewauto-collected

Installation

Homebrew
brew install apibuilder-cli

Install with Homebrew.

apibuilder-cli

Command line interface to API Builder

Install

On MacOS using brew:

brew install apibuilder-cli

For other platforms:

sudo ./install.sh /usr/local

Setup for public APIs

No setup needed - just use the API Builder command directly (see below)

Setup for private APIs

Run bin/create-config and follow the instructions. This will walk you through the following steps:

  • Create a token for your user account
  • Create a configuration file in ~/.apibuilder/config

Example File:

[settings] maxthreads = 10

[default] token = <your API token

  • Verify that your configuration file is valid:

bin/read-config