Sha256: 3299b137a08c6135103cd98ee4b567de670965f8826edcbb7d01f44a8eaafe64
Contents?: true
Size: 799 Bytes
Versions: 22
Compression:
Stored size: 799 Bytes
Contents
HTTP_GET OBJECT TYPE NAME: http_get SHORTCUT: get DESCRIPTION Perform an HTTP Get. CHILDREN uri - string - 'https://web.site/' The URI for the HTTP Get request. params - container Collection of parameters for the HTTP Get. result - string The result of the request. Whatever was returned from the HTTP Get call. skip_ssl_verify - boolean (optional) Skip the SSL verification as part of the request. MESSAGES run - Run the HTTP Get and update the result. EXAMPLE g [http_get] : uri [string] : http://api.sunrise-sunset.org/json params [container] : lat [string] : 36.7201600 lng [string] : -4.4203400 date [string] : today result [string] : > run g SEE ALSO http_post, json, uri
Version data entries
22 entries across 22 versions & 2 rubygems