GEWIS / trello-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 100.0%Language:Makefile 0.0%