Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Testing

The simplest way to test is with the Postman extension for chrome

  1. Import the collection using this link 

    https://www.getpostman.com/collections/0a7933a99e141eca3296
  2. Add an Environment
    1. In the environment add an Environment Variable called c2d
    2. and specify the http://url of the c2d instance you are using.

Rest vs Deprecated

The Rest API is recommended as it will provide greater forwards compatibility.

The data format is the same, the URL's have just changed to restful ones. 

This is inline with the dialer API.

 

  • No labels