Rest.ProxyCallClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_class |
r |
||
prepare |
r |
Virtual function called before making the request, This allows the call to be modified, for example to add a signature. |
|
serialize_params |
r |
Virtual function allowing custom serialization of the parameters, for example when the API doesn’t expect standard form content. |
Methods¶
None
Details¶
- class Rest.ProxyCallClass¶
Class structure for
Rest.ProxyCall
for subclasses to implement specialised behaviour.