Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start dev server

npm install
npm start

API

Phones

List all phones

GET: /phones


Register a new phone

POST: /phones


Connections

Get all connections

GET: /connections


Create a new connection

POST: /connections

Content-Type: application/json

{
  "caller": 9xxxxxxxxx,
  "callee": 9xxxxxxxxx
}

Get connection

GET: /connections/:connectionID


Update connection

POST: /connections/:connectionID/:action

action = call, ring, accept, reject, cancel, close, ignore


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages