File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,18 @@ Docs: [https://docs.nexmo.com/number-insight/basic](https://docs.nexmo.com/numbe
223
223
### Standard Number Insight
224
224
225
225
``` python
226
- client.get_number_insight (number = ' 447700900000' )
226
+ client.get_standard_number_insight (number = ' 447700900000' )
227
227
```
228
228
229
229
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 )
230
230
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 )
232
238
233
239
## Application API
234
240
You can’t perform that action at this time.
0 commit comments