...
To create a client use $Rest.Create method by providing the rest RestRequest.Url | service base url.
Example
Code Block | ||
---|---|---|
| ||
var client = $Rest.Create('http://api.geonames.org/'); |
...
...
To create a client use $Rest.Create method by providing the rest RestRequest.Url | service base url.
Code Block | ||
---|---|---|
| ||
var client = $Rest.Create('http://api.geonames.org/'); |
...