Skip to content

Commit 5a0106e

Browse files
tommorrisjudy2k
authored andcommitted
Adding Advance NI to README (#41)
1 parent 4b509a9 commit 5a0106e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,18 @@ Docs: [https://docs.nexmo.com/number-insight/basic](https://docs.nexmo.com/numbe
223223
### Standard Number Insight
224224

225225
```python
226-
client.get_number_insight(number='447700900000')
226+
client.get_standard_number_insight(number='447700900000')
227227
```
228228

229229
Docs: [https://docs.nexmo.com/number-insight/standard](https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library)
230230

231-
<!-- when the switchover to new Number Insight is done, then we'll add Advance Insight... -->
231+
### Advanced Number Insight
232+
233+
```python
234+
client.get_advanced_number_insight(number='447700900000')
235+
```
236+
237+
Docs: [https://docs.nexmo.com/number-insight/advanced](https://docs.nexmo.com/number-insight/advanced?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library)
232238

233239
## Application API
234240

0 commit comments

Comments
 (0)