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

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/web/http_get.txt
gloo-1.0.0 lib/gloo/help/objs/web/http_get.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/web/http_get.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/web/http_get.txt
gloo-0.8.0 lib/gloo/help/objs/web/http_get.txt
gloo-0.7.7 lib/gloo/help/objs/web/http_get.txt
gloo-0.7.6 lib/gloo/help/objs/web/http_get.txt
gloo-0.7.5 lib/gloo/help/objs/web/http_get.txt
gloo-0.7.4 lib/gloo/help/objs/web/http_get.txt
gloo-0.7.3 lib/gloo/help/objs/web/http_get.txt
gloo-0.7.2 lib/gloo/help/objs/web/http_get.txt