Perform a REST request and parse the response. Args: method: An HTTP method (e.g. 'GET' or 'POST'). url: The URL to make a request to. post_params: A dictionary of parameters to put in the body of the request. This option may not be used i
(cls, *n, **kw)