Module skypekit :: Class GetRequest

Class GetRequest

source code

Request --+
          |
         GetRequest

get request: support multiple object id, but not heterogeneous object classes in one request

Instance Methods
 
__init__(self, header, object_id)
constructor, takes a preencoded header, and a signle object id or a list of object ids
source code
 
send(self) source code

Inherited from Request: add_parm

Method Details

__init__(self, header, object_id)
(Constructor)

source code 

constructor, takes a preencoded header, and a signle object id or a list of object ids

Overrides: Request.__init__