vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
331 stars 38 forks source link

AdminService delete + update methods do not work #53

Closed m29h closed 1 year ago

m29h commented 1 year ago

When calling the delete and update methods in AdminService I get the error AttributeError: 'super' object has no attribute 'update'

Side note: the methods also have strange positional arguments such as body_params in delete() even though the delete API method underlying does not process any body_params. Even more strangely the value for body_params is passed in to the query_params positional argument of the super().delete() method.