getWebApiVersion | R Documentation |
Get the WebAPI version number
getWebApiVersion(baseUrl)
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
Obtains the WebAPI version number. This function is used to check that WebAPI baseUrl can be accessed and is a good first check to make sure you can access a WebAPI endpoint.
The WebApi versions as a string.
## Not run: getWebApiVersion("http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.