class documentation
class R_version(baserlib.ResourceBase):
/version resource.
This resource should be used to determine the remote API version and to adapt clients accordingly.
Static Method | GET |
Returns the remote API version. |
Inherited from ResourceBase
:
Method | __init__ |
Generic resource constructor. |
Method | dry |
Check if the request specifies dry-run mode. |
Method | get |
Check and return the value for a given parameter. |
Method |
|
Wrapper for luxi.Client with HTTP-specific error handling. |
Method |
|
Generic wrapper for submit job, for better http compatibility. |
Method | use |
Check if the request specifies bulk querying. |
Method | use |
Check if the request specifies a forced operation. |
Method | use |
Check if the request specifies locking. |
Constant | DELETE |
Undocumented |
Constant | GET |
Undocumented |
Constant | POST |
Undocumented |
Constant | PUT |
Undocumented |
Class Variable | request |
Undocumented |
Instance Variable | items |
Undocumented |
Instance Variable | queryargs |
Undocumented |
Method | _check |
Return the parsed value of an int argument. |
Method | _check |
Return the parsed value of a string argument. |
Method | _ |
Returns the body data. |
Instance Variable | _client |
Undocumented |
Instance Variable | _req |
Undocumented |