xdevplatform / twitter-python-ads-sdk

A Twitter supported and maintained Ads API SDK for Python.
https://twitterdev.github.io/twitter-python-ads-sdk/
MIT License
189 stars 106 forks source link

Add new decorator #226

Closed smaeda-ks closed 5 years ago

smaeda-ks commented 5 years ago

Introducing a new decorator FlattenParams that takes method arguments which then flatten arguments (e.g., convert list to string, convert boolean to string) to reduce duplicate codes and simplify the logic.

tushdante commented 5 years ago

This is awesome! I love the stead stream of improvements to usability!