bookstack icon indicating copy to clipboard operation
bookstack copied to clipboard

A Python wrapper for BookStack's API

Results 2 bookstack issues
Sort by recently updated
recently updated
newest added

The code is as follows so far ```python api = bookstack.BookStack(base_url, token_id=token_id, token_secret=token_secret) api.generate_api_methods() ``` the output ``` Traceback (most recent call last): File "/home/keith/repo/release-automation-bookstack/release-checklist.py", line 13, in api.generate_api_methods() File...

Can you please show in the README how the pagination can be done? For example, api.get_books_list() returns 100 elements in "data" bu also tells me there are 174 elements. I...