new module:AboutClient(url, auth)
Creates a GeoServer REST AboutClient instance.
Parameters:
Name | Type | Description |
---|---|---|
url |
String | The URL of the GeoServer REST API endpoint |
auth |
String | The Basic Authentication string |
- Source:
Methods
(async) exists() → {Boolean}
Checks if the configured GeoServer REST connection exists.
- Source:
Returns:
If the connection exists
- Type
- Boolean
(async) getVersion() → {Object}
Get the GeoServer version.
- Source:
Throws:
Error if request fails
Returns:
The version of GeoServer
- Type
- Object