-
Notifications
You must be signed in to change notification settings - Fork 1
Ty/dlc 4557 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ty/dlc 4557 #27
Conversation
README.rst
Outdated
| client = Client('sk-XXX') | ||
| rresponse = client.links.get_info({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra r?
pybutton/resources/__init__.py
Outdated
| from pybutton.resources.customers import Customers | ||
| from pybutton.resources.merchants import Merchants | ||
| from pybutton.resources.orders import Orders | ||
| from pybutton.resources.links import Links |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alphabetical order
pybutton/resources/__init__.py
Outdated
| Merchants, | ||
| Orders | ||
| Orders, | ||
| Links |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alphabetical order
pybutton/resources/links.py
Outdated
| ''' | ||
|
|
||
| def _path(self, link=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this take link as an argument?
No description provided.