Commit Graph

10 Commits

Author SHA1 Message Date
BOCKTAELS Hugo
b0b6fbaaa1 Adding queryParams in curl call
using http_build_query()
we can simply pass the parameters  describe in the Api doc.
ex  :  $this->pb->collection('coolCollection')->getFullList(200,['filter'=> $filter])
It can be used for all other function.
2023-02-22 10:55:46 +01:00
Martz
9c67639d2f implement doReqeust for dublicated code on request curl 2023-02-18 20:22:40 +01:00
Martz
8b748f4d73 add logic for get One and get First, update phpDocs 2023-02-18 19:30:26 +01:00
Martz
98ae821c59 update phpDocs 2023-02-18 19:21:13 +01:00
Martz
54f064093c add delete logic and rename authWithPassword to authAsAdmin 2023-02-18 18:06:02 +01:00
Martz
9224293de2 add token auth 2023-02-16 22:36:16 +01:00
Martz
2b8639223b add logic to auth as admin 2023-02-16 20:48:50 +01:00
Martz
49b63ca434 return request instead of collection 2023-02-16 19:40:08 +01:00
Martz
c586b4b9ff add User Collection, adapt crud, refactor crud, add readme 2023-02-05 20:06:44 +01:00
Martz
c8523b3b06 start with Collection Class 2023-02-05 17:55:36 +01:00