AnyDeskAPI is a TypeScript (JS) implementation of the AnyDesk API.
npm install --save anydesk-api
# or
yarn add anydesk-api
The TypeScript types are bundled in the package and are installed with anydesk-api
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.