@deepcrawl/oreo-api-sdk
v2.14.0
Published
Lumar API GraphQL Client SDK for Oreo
Downloads
490
Readme
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");