get_json

dqsegdb2.requests.get_json(*args, session=None, **kwargs)

Perform a GET request and return JSON.

Parameters:
  • *args – all keyword arguments are passed directly to igwn_auth_utils.requests.get()

  • **kwargs – all keyword arguments are passed directly to igwn_auth_utils.requests.get()

Returns:

data – the URL reponse parsed with json.loads()

Return type:

object

See also

igwn_auth_utils.requests.get

for information on how the request is performed