beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

AjaxRequest_v2 Op

Ops.Json.AjaxRequest_v2


AjaxRequest
Namespace: Ops.Json

Op author: pandur

Test Patches: 1 Test

Request a json file and output an object (ajax, url, json)




Inputs

file (String)
JsonP (boolean /Number)

wether or not to load jsonp (to circumvent CORS)

headers (Object)

a key/value-object of additional headers to send

body (String)

an optional body to send (for POST/PATCH/PUT)

HTTP Method index (integer /Number)

the http method to use

Content-Type (String)

the content type of the body sent (if any)

parse json (boolean /Number)

do we expect the response to be JSON, then parse the output

Auto request (boolean /Number)

trigger the request on any value change (or on pagereload)

reload (Trigger)

refresh data from remote (overrides an inactive "auto request")

Outputs

data (Object)

the data

response (String)

the unparsed response of the request

Is Loading (Number)

currently loading

Loaded (Trigger)

triggers when finished

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Weather API - Example

Makes a request to the MetaWeather API and displays the current temperature.
We use a CORS-proxy here to overcome security-problems between HTTP and HTTPS.

To change the city run this in your browser: https://www.metaweather.com/api/location/search/?query=berlin, change the last part (city) and copy the woeid from the response to `Location ID.

Open Example In Editor

Patches using AjaxRequest_v2

Changelog


Ops.User.pandur.AjaxRequest2 renamed to Ops.Json.AjaxRequest_v2
2019-07-10 - pandur