coffeepenbit / bookstack

A Python wrapper for BookStack's API
MIT License
23 stars 8 forks source link

Allow passing params to a request #12

Closed martijndegouw closed 3 weeks ago

martijndegouw commented 4 weeks ago

The Bookstack API support passing several parameters like count, offset, sort and filter. Add a params option to the api methods to use them.