Quark Op

Quark

This op is deprecated!

It will not receive any updates

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



Full Name
  • Ops.Extension.Deprecated.Quark
Visibility
  •  Extension Op - visible for members of team Deprecated, is deprecated
License
  • MIT
AuthorgithubMaintained by Team


Op is missing in example patch!

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.

Open In Editor

INPUT PORTS


URL (String)
body (String)

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

HTTP Method index (Number: integer)

the http method to use

Content-Type (String)

the content type of the body sent (if any)

Content index (Number: integer) JSON  String  Binary  Binary Base64 
Auto request (Number: boolean)

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

Send Credentials (Number: boolean)

indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates.

headers (Object)

a key/value-object of additional headers to send

reload (Trigger)

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

OUTPUT PORTS


Response Json Object (Object)
Response String (String)
Response Data Url (String)
Duration MS (Number)
Status Code (Number)
Is Loading (booleanNumber)

currently loading

Has Error (booleanNumber)
Loaded (Trigger)

triggers when finished


Changelog

Patches using Quark

  • Examples
  • Public
  • My Patches