Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 522 Bytes

CallDesk booking client API

This is the API client should provide CallDesk to activate the CallDesk booking service.

Documentation

You can read the API specifications and use the github tools (Issues and Pull Requests) for support or modifications.

Nodejs code example

You can clone this repo for a mock example in nodejs:

git clone https://github.com/calldesk/booking-client-api  
cd booking-client-api  
npm install
npm start