Hello,
Quick intro, I am trying to make a phython script to interact with an API. I have little background in this area, but am familiar with other coding languages, so I am trying to figure out how to use some of the tools at my disposal and am willing to donate to people who are helping me out with this.
First off, I have read the API's documentation and it links to a phython wrapper. This makes sense to me, I fairly understand the purpose of a wrapper and I believe I know how to use it once it is part of my project, but my first question (hopefully a simple one):
"How do I include or incorporate this wrapper into my code so i can make use of its functionality?"
Code snip-it examples are highly recommended if they show certain usage, this will likely help me learn it faster.