Here are additional details about all the functions 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 those functions from our SDK as well as retrieve content using our get functions.
Start exploring our API.