Skip to content

Feature Request: Generate Node.js SDK using Liblab #142

@sajanv88

Description

@sajanv88

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:

  • 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions