POST to URL
WARNING
This API is frozen and deprecated. Please use the fluent API from 0.9.4 on
This seldom used method is available if, for some reason, you need to POST data to a URL outside the web of links provided by the API.
Signature
The method signature for POST to URL is:
parameter | description |
---|---|
url | The URL to POST to. |
data | The payload to POST |
headers | (optional) add to or override the default headers. learn more |
-> returns | the JSON from the payload of the response to this request |