Accessing REST API with Python

I have used the Java library to successfully execute a custom procedure but I have never really understood how the back end of the custom facade works in how it forms the url request and provides the server authentication. I have started dabbling in Python and have hoped to be able to access the API and execute the same stored procedure, but since there is no library provided for Python I'm having to set up the request from scratch. Has anyone used Python before with the API, and can provide pointers on how to set parameters and authentication for the request?

Parents Reply Children
No Data