jsonpRequest
Last updated
Was this helpful?
Last updated
Was this helpful?
[Ⓣ][1]
Creates a hot observable JSONP Request with the specified settings or a string URL. Note when using the method with a URL, it must contain JSONPRequest=?.
This method has two versions, one with a string URL, the other with a settings object.
url
(String): A string of the URL to make the JSONP call.
settings
(Object): An object with the following properties:
url
(String): URL of the request
jsonp
(String): The named callback parameter for the JSONP call
(Observable): A hot observable containing the results from the JSONP call.
The following example uses a simple URL to retrieve a list of entries from Wikipedia.