Does Trello publish or make available a machine-readable description of the REST API? I’m interested in doing some code generation for a client library. I’ve not been able to find anything yet.
Hi @DouglasHall ,
here’s an unofficial (and Trello dev support recommended) link:
- https://api.apis.guru/v2/specs/trello.com/1.0/swagger.json
- https://api.apis.guru/v2/specs/trello.com/1.0/swagger.yaml
Not sure if this swagger definition is updated regularly.
1 Like
This is perfect, thanks.