Skip to content

Commit 6dd4b41

Browse files
pashameshDaniel Tolbert
authored andcommitted
Refactored core/Client.php and Added support of /v1.0/suggestions method (#20)
* Fixed space chars * Fixed README.md Install section * Added support of acoount TnOptions orders * Fixed OrderId register * Added TnOptions and MessagingSettings to tndetails response * Added missing 'Site' and 'SipPeer' for TN model which are received on 'tndetails' request * Added CallbackSubscription simple model * Added Callback Subscription details from response * Added totalTns method Added totalTns method which allows to get total telephone numbers qty using getList method result info * Added 'CallingName' field to the Sippeer class * Refeactored core/Client.php - All public methods now uses guzzle - Added ability to parse json responses - auth and base_url now handled by guzzle - Added methods PHPDoc * Added support of /v1.0/suggestions method
1 parent 8c315a3 commit 6dd4b41

File tree

7 files changed

+342
-248
lines changed

7 files changed

+342
-248
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ vendor/
33
selftests/
44
config.php
55
/bin
6-
composer.lock
6+
composer.lock
7+
.idea/

0 commit comments

Comments
 (0)