Code for accessing Numeno public APIs in different languages.
The PHP APIs are in separate GitHub repositories, for example numenoai/apis-php-art-rec
.
Use the following commands:
make deps
: Installs all dependencies in all languagesmake build
: Builds all the APIs in all languagesmake publish
: This should only be run by a GitHub action
To generate a new public version of the APIs see this private documentation.