Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a client use $Rest.Create method by providing the rest RestRequest.Url | service base url.

Example

Code Block
languagejs
var client = $Rest.Create('http://api.geonames.org/');

...