Library
Class

RESTClient

Name

GET

Description Performs a GET request to fetch content from the specified path.
Syntax
client.GET(path)
client.GET(path, params)
Parameters
client RESTClient: any variable of type RESTClient
path String: an absolute path to file or script on the server
params HashMap: a collection of key/value pairs
Returns HttpRequest
Usage Application
Updated on Sun Sep 03 21:52:12 PDT 2017

Creative Commons License