donutlocks-chaster-client
v0.0.0
Published
> This package, using `@openapitools/openapi-generator-cli`, aims to provide types and functions used to interact with the Chaster API.
Downloads
2
Readme
Donutlocks Chaster Client
This package, using
@openapitools/openapi-generator-cli
, aims to provide types and functions used to interact with the Chaster API.
Chaster API
Requests
Making requests to the Chaster API.
const config = new Configuration();
const api = new PartnerExtensionsApi(config);
const session = await api.partnerActionsControllerGetExtensionSession({
sessionId: "123456789",
});
console.log(session.session.config);