Utilities and Scripts

The Numbers official document provides information on the scripts available for using the Nit API. The Nit API allows users to commit assets and retrieve asset commit information.
The following scripts are included in the Getting Started tutorial for using the Nit API:
$ ./capture-api-get-token-by-email.sh
$ ./capture-api-verify-token.sh
$ cp .env.example .env
# update your Capture token in .env
# update your asset info in nit-api-commit.sh before running it
$ ./nit-api-commit.sh
$ ./nit-api-get-asset-commits.sh
Note: It is assumed that the reader has a basic understanding of shell scripts and API concepts. For detailed information on how to use each script, please refer to the official Nit API documentation.
Visit the Github repository for more tools.