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: README.MD
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ Requires Python 2.7
34
34
pip install usabilla-api
35
35
```
36
36
37
-
## Examples:
37
+
## Examples
38
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
39
40
40
41
-
##Iterators
41
+
###Iterators
42
42
43
43
When working with the <code>limit</code> parameters (default value is **100**) you can request resources using the <code>item_iterator()</code> function.
44
44
The API returns data in pages. This function returns a [Generator](https://wiki.python.org/moin/Generators) which
0 commit comments