Skip to content

ArlulaAPI

Harrison Steyn edited this page Jan 11, 2022 · 5 revisions

Description

This page details the ArlulaAPI class. Instances of this class can be used to create requests to the Archive API and Orders API.

Constructor

Arguments

Name Type Default Behaviour Description
session Session required An authenticated session

Methods

archiveAPI()

archiveAPI() can be used to get the reference to the Archive API.

Arguments

N/A

Return Value

A reference to the Archive API.

ordersAPI()

ordersAPI() can be used to get the reference to the Orders API.

Arguments

N/A

Return Value

A reference to the Orders API.

Clone this wiki locally