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.
$ ./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.
Last modified 4mo ago