Instance

Also referred to as Worker, OutPost, and Slave.

The API was built on top of the Micro-Services architecture where an instance is the heart and core of the API.

An instance will be doing all the tedious tasks and fetch the data for you. One server can theoretically host only one instance.

One instance can only answer one call at once, it does not support parallel processing.

Last updated