Skip to content

GEWIS/trello-client

Repository files navigation

trello-client

Simple client for Trello generated from the Trello openapi specification using openapi-ts.

Usage

  1. Add the following dependency to package.json.
{
  "dependencies": {
    "@gewis/trello-client": "github:GEWIS/trello-client"
  }
}
  1. Import the desired service and call the desired endpoint, e.g.
import { DefaultService } from '@gewis/trello-client';

DefaultService.getActionsId(...);

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published