sequenceapi
v0.0.57
Published
SequenceAPI is a cloud based engine for chaining calls to multiple API endpoints. Sequence API is great for testing, developing serverless code or building low code solutions. This package can be used to automate the execution of sequences, primarily f
Downloads
19
Readme
Getting started
Using the command line utility
Install the package globally.
npm install -g sequenceapi
Once it is installed, the command line options can be printed with:
sqapi --help
The easiest way is to provide a JSON file with runtime options using the -f option, for example:
sqapi -f example.json
Using the JS library
Install the package.
npm install sequenceapi
Add the reference to the node module, import any configuration (eg the file above for the command line example), and invoke the run command.
More information
You can learn more in this article.