None
Bases: wsme.types.Base
APIBase.
as_dict
()¶Render this object as a dict of its fields.
APIBase.
unset_fields_except
(except_list=None)¶Unset fields so they don’t appear in the message body.
Parameters: | except_list – A list of fields that won’t be touched. |
---|
None
Bases: object
API Version object.
Version.
parse_headers
(headers, default_version, latest_version)[source]¶Determine the API version requested based on the headers supplied.
Parameters: |
|
---|---|
Returns: | a tuple of (major, minor) version numbers |
Raises: | webob.HTTPNotAcceptable |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.