You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains the code to use Vonage's Application API in Python.
3
+
This package contains the code to use Vonage's Account API in Python.
4
4
5
-
It includes methods for managing applications.
5
+
It includes methods for managing Vonage accounts.
6
6
7
7
## Usage
8
8
9
9
It is recommended to use this as part of the main `vonage` package. The examples below assume you've created an instance of the `vonage.Vonage` class called `vonage_client`.
10
10
11
-
### List Applications
12
11
13
-
With no custom options specified, this method will get the first 100 applications. It returns a tuple consisting of a list of `ApplicationData` objects and an int showing the page number of the next page of results.
12
+
### Get Account Balance
14
13
15
14
```python
16
-
from vonage_application import ListApplicationsFilter, ApplicationData
0 commit comments