solarforecastarbiter.io.api.APISession.request

APISession.request(method, url, *args, **kwargs)[source]

Modify the default Session.request to add in the default timeout and make requests relative to the base_url. Users will likely use the standard get and post methods instead of calling this directly.

Raises:requests.exceptions.HTTPError – When an error is encountered in when making the request to the API