Quark Op
This op is deprecated!
It will not receive any updatesRequest a json file and output an object (ajax, url, json)
Summary (oneliner)
- Ops.Extension.Deprecated.Quark
- Extension Op - visible for members of team Deprecated, is deprecated
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch 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.
INPUT PORTS
an optional body to send (for POST/PATCH/PUT)
the http method to use
the content type of the body sent (if any)
trigger the request on any value change (or on pagereload)
indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates.
a key/value-object of additional headers to send
refresh data from remote (overrides an inactive "auto request")
OUTPUT PORTS
currently loading
triggers when finished