Skip to content

ArlulaAPI

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

Description

This page details the ArlulaAPI class. Instances of this class can be used to create requests to the ArchiveAPI and OrdersAPI.

Constructor

Arguments

Name Type Default Behaviour Description
session Session required An authenticated session

Methods

archive()

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

Arguments

N/A

Return Value

A reference to the Archive API.

orders()

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

Arguments

N/A

Return Value

A reference to the Orders API.

Examples

Clone this wiki locally