The OpenAPI specifications of Trello are not accurate enough to have a reliable client based upon them. As a result, this repository is archived.
Simple client for Trello generated from the Trello openapi specification using openapi-ts.
- Add the following dependency to
package.json
.
{
"dependencies": {
"@gewis/trello-client": "github:GEWIS/trello-client"
}
}
- Import the desired service and call the desired endpoint, e.g.
import { DefaultService } from '@gewis/trello-client';
DefaultService.getActionsId(...);