-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
- Target Repository: https://github.com/sajanv88/full_stack_fastapi_react_template
- API Docs: https://demo.fsrapp.xyz/docs
Requirements:
- Tooling: Use Liblab for generation.
- Language: Generate a Node.js (TypeScript/JavaScript) SDK.
- Authentication: The SDK must support API Key authentication, configured at the root level of the client initialization.
For example:
import SDK from "@scope/api"
const sdk = new Sdk({
apiKey: "YOUR_API_KEY",
});
const response = await sdk.getMe()Resources:
- Liblab Getting Started Guide
- FastAPI OpenAPI JSON path (typically found at /openapi.json or /api/v1/openapi.json in the running backend).
Metadata
Metadata
Assignees
Labels
No labels