pyresto
pyresto copied to clipboard
Parameterize Requests client settings
When using Pyresto against services that do not default to application/json, the client fails. With its current configuration, it also will fail against self-signed certificates.
Adding a parameter to the model to set the Accept header and SSL verification would enable access to a wider number of REST endpoints.
:+1: