File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed
Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,16 @@ NodeJs Client library for Bandwidth Numbers API
99## Supported Versions
1010This SDK stable for node versions 7 and above
1111
12- | Version | Support Level |
13- | :-------------------------------| :-------------------------|
14- | <7 | Unsupported |
15- | 7.* | Supported |
16- | 8.* | Supported |
17- | 9.* | Supported |
18- | 10.4.1 | Supported |
12+ | Version | Support Level | |
13+ | :--------| :--------------| :----------|
14+ | <7 | Unsupported | |
15+ | > 7 | | Supported |
1916
2017## Release Notes
21- | Version | Notes |
22- | :--| :--|
23- | 1.1.0| Added import tn functionality, added promise based ` Async ` functions |
18+ | Version | Notes |
19+ | :--------| :---------------------------------------------------------------------|
20+ | 1.1.0 | Added import tn functionality, added promise based ` Async ` functions |
21+ | 1.2.0 | Added CSR lookup functionality |
2422
2523
2624## Install
@@ -59,6 +57,12 @@ Each API Call also contains an async method that returns a promise for use with
5957
6058The async method is the original method name with ` Async ` added.
6159
60+ ### Some Examples
61+
62+ * ` numbers.Site.create ` : ` numbers.Site.createAsync `
63+ * ` numbers.AvailableNumbers.list ` : ` numbers.AvailableNumbers.listAsync `
64+ * ` numbers.Order.create ` : ` numbers.Order.createAsync `
65+
6266### Example for listing Available Numbers
6367
6468#### Callbacks
Original file line number Diff line number Diff line change 11{
22 "name" : " @bandwidth/numbers" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " NodeJs Client library for Bandwidth Numbers API" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments