mistralclient.api.base
Module¶mistralclient.api.base.
APIException
(error_code=None, error_message=None)¶Bases: exceptions.Exception
mistralclient.api.base.
Resource
(manager, data)¶Bases: object
defaults
= {}¶resource_name
= 'Something'¶to_dict
()¶mistralclient.api.base.
ResourceManager
(http_client)¶Bases: object
find
(**kwargs)¶resource_class
= None¶mistralclient.api.base.
extract_json
(response, response_key)¶mistralclient.api.base.
get_json
(response)¶Gets JSON representation of response.
This method provided backward compatibility with old versions of requests library.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.