RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | make_files |
def | make_payload |
Public Attributes | |
engine | |
Engine to use. More... | |
ipaddr | |
The machine's ipv4 address. More... | |
Geolocation Cloud Request object. Geolocation.Request
Definition at line 14 of file Geolocation.py.
def RappCloud.CloudMsgs.Geolocation.Geolocation.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
Definition at line 19 of file Geolocation.py.
def RappCloud.CloudMsgs.Geolocation.Geolocation.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 42 of file Geolocation.py.
def RappCloud.CloudMsgs.Geolocation.Geolocation.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 35 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Request.engine |
Engine to use.
Defaults to 'ip-api' (Currently the only supported).
Definition at line 31 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Request.ipaddr |
The machine's ipv4 address.
Definition at line 29 of file Geolocation.py.