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
Copy file name to clipboardExpand all lines: application/README.md
+11-27Lines changed: 11 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,40 +8,24 @@ It includes methods for managing applications.
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
-
--------------
12
-
--------------
13
-
--------------
14
-
--------------
15
-
--------------
16
-
--------------
17
-
--------------
18
-
--------------
19
-
--------------
20
-
--------------
21
-
--------------
22
-
--------------
23
-
--------------
24
-
--------------
25
-
--------------
26
-
27
-
### List Users
28
-
29
-
With no custom options specified, this method will get the last 100 users. It returns a tuple consisting of a list of `UserSummary` objects and a string describing the cursor to the next page of results.
11
+
### List Applications
12
+
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.
0 commit comments