sarumont / py-trello

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

Add set_custom_field to card.py #286

Closed kowenhouston closed 5 years ago

kowenhouston commented 5 years ago

Set a custom field within a card. I couldn't find another way to update a card custom field within the module so I made some modifications... I know this isn't a super safe way to do it but wondered if I was on the right track.

sarumont commented 5 years ago

@kowenhouston Looks good to me...there's no better spot for Custom Fields right now, so on the card is 👌