API Documentation

Here are additional details about the function available in the SDK as well as the structure of the objects returned by our queries.

If you've installed our SDK in your project you can import it and start using once you initialized your orbis object.

/** Import Orbis SDK */
import { Orbis } from "@orbisclub/orbis-sdk";

/** Initialize the Orbis class object */
let orbis = new Orbis();

Once this is done you can start calling all of the functions listed in this documentation

Last updated