@rasadov/lumoar
v2.1.6
Published
Lumoar API SDK for public use (API key authentication)
Maintainers
Readme
@rasadov/lumoar
Lumoar API SDK for public use (API key authentication)
Installation
npm install @rasadov/lumoarUsage
import { Configuration } from '@rasadov/lumoar';
import { YourApi } from '@rasadov/lumoar';
const config = new Configuration({
basePath: 'https://api.example.com',
apiKey: 'your-api-key'
});
const api = new YourApi(config);OpenAPI Specification
This SDK is generated from the OpenAPI specification included in this package. You can find the OpenAPI spec at openapi.json in the package root.
If you want to generate an SDK in a different language, you can use the included OpenAPI specification with OpenAPI Generator.
# Example: Generate Python SDK
openapi-generator-cli generate -i node_modules/@rasadov/lumoar/openapi.json -g python -o ./python-sdkLicense
ISC
