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
The Usabilla Python client allows users to access data from their Usabilla accounts.
8
8
It makes use of the API to request the following products and resources:
9
9
10
-
###Usabilla for Websites
10
+
### Usabilla for Websites
11
+
11
12
- Buttons
12
13
- Feedback items
13
14
- Campaigns
@@ -16,13 +17,17 @@ It makes use of the API to request the following products and resources:
16
17
- In-Page widgets
17
18
- In-Page feedback
18
19
19
-
###Usabilla for Email
20
-
- Buttons
21
-
- Feedback items
20
+
### Usabilla for Email
21
+
22
+
- Buttons
23
+
- Feedback items
24
+
25
+
### Usabilla for Apps
22
26
23
-
###Usabilla for Apps
24
-
- Apps
25
-
- Feedback items
27
+
- Apps
28
+
- Feedback items
29
+
- Campaigns
30
+
- Campaign results
26
31
27
32
For more information on resources, authorization and available API calls, please visit out [documentation](https://usabilla.com/api).
28
33
@@ -35,15 +40,15 @@ pip install usabilla-api
35
40
```
36
41
37
42
## Examples
38
-
The example folder contains an example of the client, which gives an idea how the client can be used and what is possible.
39
43
44
+
The example folder contains an example of the client, which gives an idea how the client can be used and what is possible.
40
45
41
-
###Iterators
46
+
###Iterators
42
47
43
48
When working with the <code>limit</code> parameters (default value is **100**) you can request resources using the <code>item_iterator()</code> function.
44
49
The API returns data in pages. This function returns a [Generator](https://wiki.python.org/moin/Generators) which
45
50
traverses these pages for you and yields each result in the current page before retrieving the next page.
46
51
47
-
##Support
52
+
##Support
48
53
49
54
The Usabilla Python Client API is maintained by Usabilla Development Team. Everyone is encouraged to file bug reports, feature requests, and pull requests through GitHub. This input is critical and will be carefully considered, but we can’t promise a specific resolution or time frame for any request. For more information please email our Support Team at [email protected]
0 commit comments