apibuilder-cli
Command line interface to API Builder
Install
On MacOS using brew:
brew install apibuilder-cliFor other platforms:
sudo ./install.sh /usr/localSetup 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