its-rigs / Trolly

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.
MIT License
100 stars 29 forks source link

Getting all of my boards #18

Closed shahankit closed 9 years ago

shahankit commented 9 years ago

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.

shahankit commented 9 years ago

I got it had to call member api not boards