mmohades / Venmo

Venmo API client for Python
GNU General Public License v3.0
145 stars 43 forks source link

AttributeError: module 'venmo_api' has no attribute 'user' #17

Closed ironclock closed 3 years ago

ironclock commented 3 years ago

venmo_api.user.get_user_transactions(user_id='###', callback=callback)

Using code straight from documentation

ironclock commented 3 years ago

Fixed. It's supposed to be

venmo.user.get_user_transactions(user_id='###')

The documentation should prob be fixed

mmohades commented 3 years ago

16