Fixes app listing offset
This PR is based in PR #62, which in turn is based on this comment.
This PR fixes the offset field when listing the apps. It also adds a test to check that the offset is working properly.
This code works as long as the offset is below 3500, but for greater (or equal) values it throws an "String index out of range" Error ..
Traceback (most recent call last):
File "test.py", line 129, in
Any help will be appreciated..