We need to generate a client SDK for the backend API to streamline integration. We will use Liblab to automate this process based on our OpenAPI specification.
Requirements:
For example:
import SDK from "@scope/api"
const sdk = new Sdk({
apiKey: "YOUR_API_KEY",
});
const response = await sdk.getMe()
Resources:
We need to generate a client SDK for the backend API to streamline integration. We will use Liblab to automate this process based on our OpenAPI specification.
Requirements:
For example:
Resources: