Versions Compared

Key

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

...

Example UsageArgumentsReturn Value
ufs.rsUrl(path);path - string of the path you want the rest call to request to – just the ending path, this function will construct the rest of the URL for you

a string of the form:

http[s]://<HOST>:<PORT>/onos/ui/rs/path

[s] – if applicable

 

wsUrl

...