Oh, that’s OK, I’m better with JS anyway(I just wanted to be able to use a python wrapper around a REST API). Is there a way I can use a function from an external script file?
Not sure what do you mean by “external script file”. You can download it locally and just use it (via <script>). But if your script is a part of some cool API (not sure what the correct name for that type of the API, but probably it’s a remote SDK or something like that when you include the script and just use objects and functions from that to access to the API, yes?) - I don’t know because I never tried to do that. Just try what you want and describe the result!