For JSONP requests, when a callback function is specified, the Searchspring API will pass the JSON-encoded response as an argument to the function specified.
JSONP Callback
Format |
callback=[value] |
Description | Used for JSONP requests, when a callback function is specified, the Searchspring API will pass the JSON-encoded response as an argument to the function specified. |
Example |
callback=mycallback |
Comments
0 comments
Article is closed for comments.