vaphes / pocketbase

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

fixed "get_first_list_item" weren't available and not even fully impl… #44

Closed Mahfoudh94 closed 1 year ago

Mahfoudh94 commented 1 year ago

This a quick fix which resolves #41. the problem was that the function name was wrong and the implementation isn't complete with some non-consistency in the original implementation (it wasn't the same way you call get_list(), neither the way it is used in JavaScript SDK)