package documentation

Jira utils used internally.

From __init__.py:

Class CaseInsensitiveDict A case-insensitive ``dict``-like object.
Function json_loads Attempts to load json the result of a response.
Function threaded_requests Undocumented
def threaded_requests(requests): (source)

Undocumented

def json_loads(resp: Optional[Response]) -> Any: (source)

Attempts to load json the result of a response. Args: resp (Optional[Response]): The Response object Raises: JIRAError: via :py:func:`jira.resilientsession.raise_on_error` Returns: Union[List[Dict[str, Any]], Dict[str, Any]]: the json