Skip to content

sipgate/clinq-bridge-copper

Repository files navigation

CLINQ-Bridge for Copper

This service provides contacts from Copper for CLINQ.

Development

yarn && yarn start

getContacts

curl -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" localhost:8080/contacts

createContact

curl -H "content-type: application/json" -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" --data @contact.json localhost:8080/contacts

updateContact

curl -X PUT -H "content-type: application/json" -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" --data @contact.json localhost:8080/contacts/1234567890

deleteContact

curl -X DELETE -H "content-type: application/json" -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" localhost:8080/contacts/1234567890

License

Apache 2.0

About

CRM Bridge for Copper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors