yola / yolapy

Yola API python client
MIT License
0 stars 0 forks source link

add a User.get classmethod that returns an instantiated User object #51

Closed highflyingaction closed 8 years ago

highflyingaction commented 8 years ago

Having to populate a User object with the data returned from Yola().get_user() is annoying, especially since the service returns signupDate and the model expects that attribute to be named signup_date.

Let's use this new User.get() method so we never have to deal with that again.

snitch commented 8 years ago

:sparkles: No lint errors found. :sparkles:

blaix commented 8 years ago

👍