All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
startLetheand | GET /letheand/start |
startLetheand(dataDir, opts)
import @LetheanSdpApollo from '@lethean/sdp-apollo';
let apiInstance = new @LetheanSdpApollo.VpnApi();
let dataDir = "dataDir_example"; // String | Returns the binary version
let opts = {
'version': true // Boolean | Returns the binary version
};
apiInstance.startLetheand(dataDir, opts, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Name | Type | Description | Notes |
---|---|---|---|
dataDir | String | Returns the binary version | |
version | Boolean | Returns the binary version | [optional] |
null (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined