sarumont / py-trello

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

Get email in Member.fetch #280

Closed unformatt closed 4 years ago

unformatt commented 5 years ago

Email property of member API response was not being copied to Member

sarumont commented 4 years ago

@unformatt I'm happy to merge once the conflicts are resolved! Thanks!

unformatt commented 4 years ago

@sarumont I created a new PR that just contains this change. This PR pointed to my master branch which has a lot of other changes.

https://github.com/sarumont/py-trello/pull/327