Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.52 KB

VpnApi.md

File metadata and controls

66 lines (40 loc) · 1.52 KB

.VpnApi

All URIs are relative to http://localhost

Method HTTP request Description
startLetheand GET /letheand/start

startLetheand

void startLetheand()

Example

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));

Parameters

Name Type Description Notes
dataDir [string] Returns the binary version defaults to undefined
version [boolean] Returns the binary version (optional) defaults to undefined

Return type

void

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

HTTP response details

Status code Description Response headers
200 -

[Back to top] [Back to API list] [Back to Model list] [Back to README]