sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

Add add_organization() function #335

Closed x-magic closed 3 years ago

x-magic commented 3 years ago

Added a function to trelloclient.py to allow creation of a Trello Team

Now that Trello won't allow teamless boards by default, it's better to have a function to enable users to create a team first, then add a board to the team.