GraphQL client and sdk for Lumar's API.
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=
const sprClient = await SinglePageRequesterClient.create();
const { customMetrics, containerExecutionFailures } = await sprClient.requestProjectCustomMetrics(432355, "https://www.example.com");