File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ Get Info
269269
270270 client = Client(' sk-XXX' )
271271
272- rresponse = client.links.get_info({
272+ response = client.links.get_info({
273273 " url" : " https://www.jet.com" ,
274274 })
275275
Original file line number Diff line number Diff line change 55
66from pybutton .resources .accounts import Accounts
77from pybutton .resources .customers import Customers
8+ from pybutton .resources .links import Links
89from pybutton .resources .merchants import Merchants
910from pybutton .resources .orders import Orders
10- from pybutton .resources .links import Links
1111
1212__all__ = [
1313 Accounts ,
1414 Customers ,
15+ Links ,
1516 Merchants ,
16- Orders ,
17- Links
17+ Orders
1818]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Links(Resource):
1313
1414 '''
1515
16- def _path (self , link = None ):
16+ def _path (self ):
1717 '''Format a url path
1818
1919 Args:
You can’t perform that action at this time.
0 commit comments