Skip to content

Commit 0630ee0

Browse files
author
Dan Tolbert
committed
update package-json
1 parent cac4df3 commit 0630ee0

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,16 @@ NodeJs Client library for Bandwidth Numbers API
99
## Supported Versions
1010
This 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

6058
The 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)