mmohades / Venmo

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

Created a Comment model for Transactions. Added Mention model for Comments #29

Closed gabriel-flynn closed 3 years ago

gabriel-flynn commented 3 years ago

This library has been awesome to use, huge thank you for documenting the venmo API and the library! I wanted to be able to access comments for one of my intended use cases, so this PR implements a model for that and mentions (which are attached to comments).

mmohades commented 3 years ago

Thanks for the PR! I've been a little busy, I'll take a look at it this weekend. For now, you can use the to_json method on the transaction model to access likes and comments.

mmohades commented 3 years ago

I took a quick look at it, it looks good. I'm gonna merge and then test it locally.