@deepcrawl/oreo-api-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.45.0 • Public • Published

Oreo API SDK

GraphQL client and sdk for Lumar's API.

ENV Variables

Either user key should be provided or session token, they can also be provided programatically.

OREO_API_SDK_USER_KEY_ID=
OREO_API_SDK_USER_KEY_SECRET=
OREO_API_SDK_SESSION_TOKEN=

Examples

Using Single Page Requester to execute a request and containers on the project.

const sprClient = await SinglePageRequesterClient.create();
const { customMetrics, containerExecutionFailures } = await sprClient.requestProjectCustomMetrics(432355, "https://www.example.com");

Readme

Keywords

none

Package Sidebar

Install

npm i @deepcrawl/oreo-api-sdk

Weekly Downloads

248

Version

1.45.0

License

MIT

Unpacked Size

2.43 MB

Total Files

28

Last publish

Collaborators

  • karolisdeepcrawl
  • deepcrawl-tech