A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
I created a object of class TrelloObject t. I called get_boards_json with base_uri as empty '' but I'm getting resource unavailable. How do I get names of all of my boards with their id? I also tried calling the generated api url using postman res client but get resource unavailable. Can you please tell what's the correct method for this purpose.
I created a object of class TrelloObject t. I called get_boards_json with base_uri as empty '' but I'm getting resource unavailable. How do I get names of all of my boards with their id? I also tried calling the generated api url using postman res client but get resource unavailable. Can you please tell what's the correct method for this purpose.