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

Create a board given title #19

Closed shahankit closed 9 years ago

shahankit commented 9 years ago

@plish It may seem obvious but I'm unable to find as to how do I create a board given it's name? Can you please help as to how I do that?

shahankit commented 9 years ago

To narrow it down how do I call this api : https://trello.com/docs/api/board/index.html#post-1-boards

its-rigs commented 9 years ago

@shahankit This isn't currently available through the API. I am trying to find the time to update the lib but if you would like to add this feature please feel free to submit a pull request.

Otherwise I will update this issue when I have updated the API.

Thanks, P

shahankit commented 9 years ago

generated pull request #20