added option to check account balance#40
Open
yczeng wants to merge 8 commits intozackhsi:masterfrom
Open
Conversation
zackhsi
reviewed
Nov 17, 2017
Owner
zackhsi
left a comment
There was a problem hiding this comment.
Can you please push updates to this branch? It is easier to review the same PR as it evolves instead of opening a new PR for every little change.
|
|
||
| print(response_dict['data']['balance']) | ||
| return response_dict['data']['balance'] | ||
|
No newline at end of file |
Owner
There was a problem hiding this comment.
This isn't quite right. What I meant my trailing newlines is for line 25 to end with a newline (no red circle with line through it shows up). And then line 26 would not exist. There should be some text editor settings you can tweak.
| import venmo | ||
|
|
||
|
|
||
| logger = logging.getLogger('venmo.payment') |
| 'profile_picture_url': u['profile_picture_url'], | ||
| }) | ||
| return results | ||
|
No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added balance.py under the venmo folder which allows you to use the cli to view the account balance in your venmo account.
++ added configuration prompt if not previously configured.
++ added tailing new lines