client for Autana API Gateway.
#About Autana API Gateway
Autana API Gateway can receive webhooks and REST calls and redirect them to the right appwrite service like:
- DATABASE
- STORAGE (soon)
- FUNCTION (soon)
#Installation
The Autana API Gateway CLI is a Node based command line tool to help you interact with the Autana API Gateway. The CLI is distributed as an npm package.
##Install using NPM If you have npm installed, it's as easy as running
$ npm install -g autana-cli
Once the installation is complete, you can verify the install using
$ autana-cli -v
0.0.1
code>