All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
startLetheand | GET /letheand/start |
void startLetheand()
import { } from '';
import * as fs from 'fs';
const configuration = .createConfiguration();
const apiInstance = new .VpnApi(configuration);
let body:.VpnApiStartLetheandRequest = {
// string | Returns the binary version
dataDir: "data_dir_example",
// boolean | Returns the binary version (optional)
version: true,
};
apiInstance.startLetheand(body).then((data:any) => {
console.log('API called successfully. Returned data: ' + data);
}).catch((error:any) => console.error(error));
Name | Type | Description | Notes |
---|---|---|---|
dataDir | [string] | Returns the binary version | defaults to undefined |
version | [boolean] | Returns the binary version | (optional) defaults to undefined |
void
No authorization required
- Content-Type: Not defined
- Accept: Not defined
Status code | Description | Response headers |
---|---|---|
200 | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]