Skip to content

Ed-ITSolutions/anydesk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyDeskAPI

AnyDeskAPI is a TypeScript (JS) implementation of the AnyDesk API.

Install

npm install --save anydesk-api

# or

yarn add anydesk-api

The TypeScript types are bundled in the package and are installed with anydesk-api

Usage

Import AnyDeskAPI from anydesk-api

import {AnyDeskAPI} from 'anydesk-api'

const api = AnyDeskAPI({
  license: 'YOURLICENSEID',
  apiPassword: 'YOURAPIPASSWORD'
})

Instead of api you can desctructure all the methods.