coffeepenbit / bookstack

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

this should fix #4 and #7; POST and GET requests now work for me anyway #10

Closed olivierIllogika closed 8 months ago

olivierIllogika commented 9 months ago

Seems like the code in the repo is the result of a bad merge or something. Looks like the intention was to remove the first call to self._session.request and split it for POST/PUT vs. other methods.

However, the first call was left in place; this generates the missing name error because the response from the 2nd call was ignored.