Replies: 1 comment
-
Let me try to help out, they say the best way to learn is to teach so here goes nothing. FYI I'm not an expert but Im able to make calls using this library
Then Install the Library Import the endpoints that you will use then call what you imported in the following manner test = Orders(credentials = credentials ) -- Credentials are the items on 1 then use the classes test_orders = test.class() -- replace class() with actual classes such as get_order() enter the keyword inside the parenthesis test_order = test.get_order('Your Order Number') rinse and repeat for each endpoint |
Beta Was this translation helpful? Give feedback.
-
I am not sure how to even get this started. I have tried for hours to get the code working but it constantly returning error, my Python level is limited which did not help. How can I get some hand holding to get myself set up with this lib so that I can start play with it. I apologize if this is not appropriate.
Beta Was this translation helpful? Give feedback.
All reactions