69 Commits

Author SHA1 Message Date
jonathan-martz
76038f8bfb #8 - fix header json vv2.0.1-beta 2025-09-02 19:49:49 +02:00
Jonathan Martz
f9911ffc29 refactoring collection a little bit, adjust token from collection manual,write some test for the simple logic, fixing superusers authAdmin 2025-01-21 23:52:11 +01:00
Jonathan Martz
28df3f28e7 Merge pull request #2 from antharuu/master
allow to manually define the auth token for client and settings
2025-01-21 22:18:40 +01:00
Anthony Bellancourt
9b1ded7968 allow to manually define the auth token for client and settings 2025-01-21 17:21:53 +01:00
Jonathan Martz
7c2253c896 fix mailer go 2025-01-12 19:22:11 +01:00
Jonathan Martz
d92bff0357 add message id 2025-01-12 19:18:52 +01:00
Jonathan Martz
75354764d8 add failimng test 2025-01-12 19:05:51 +01:00
Jonathan Martz
59a4edd7a5 send mail when failed is bigger then 0 2025-01-12 19:03:44 +01:00
Jonathan Martz
f3f4e84688 workflow one time per day 2025-01-12 18:55:44 +01:00
Jonathan Martz
e2f2ee4be0 update README.md 2025-01-12 13:09:15 +01:00
Jonathan Martz
d733fda627 add tests for simple user and users with filter by name 2025-01-12 13:06:21 +01:00
Jonathan Martz
cbd0438d22 remove output debug 2025-01-12 12:33:13 +01:00
Jonathan Martz
9625de8b52 change date format 2025-01-12 12:32:43 +01:00
Jonathan Martz
fc7ea51359 tdd - change branch to master 2025-01-12 12:30:54 +01:00
Jonathan Martz
74ae1007d5 tdd - add schedule 2025-01-12 12:26:58 +01:00
Jonathan Martz
2fab82e938 tdd - fix action name 2025-01-12 12:24:58 +01:00
Jonathan Martz
77902d9608 tdd - add composer install 2025-01-12 12:24:10 +01:00
Jonathan Martz
47a98ca890 tdd - move output above error 2025-01-12 12:21:51 +01:00
Jonathan Martz
6d8c66321d tdd - refactor mailer go 2025-01-12 12:20:51 +01:00
Jonathan Martz
007a87ee3c tdd - password only as string 2025-01-12 12:14:01 +01:00
Jonathan Martz
968fc08389 tdd - password as string 2025-01-12 12:10:41 +01:00
Jonathan Martz
cf4918a00f tdd - password gone ? 2025-01-12 12:09:24 +01:00
Jonathan Martz
99e71f0af0 tdd para one line 2025-01-12 12:08:05 +01:00
Jonathan Martz
6f2a9e296b fix workflow tdd 2025-01-12 12:04:36 +01:00
Jonathan Martz
648b4da76c add compsoer lock with gitingore 2025-01-12 11:59:02 +01:00
Jonathan Martz
0d833fd33f add phpunit config 2025-01-12 11:58:26 +01:00
Jonathan Martz
d9be3ad993 add workflow for tdd 2025-01-12 11:58:18 +01:00
Jonathan Martz
e937844eef add mailer go with secrets result send 2025-01-12 11:58:06 +01:00
Jonathan Martz
ded787aeb3 write first placeholder test 2025-01-12 11:57:48 +01:00
Jonathan Martz
967198cdeb add php unit with json printer 2025-01-12 11:57:45 +01:00
Jonathan Martz
2ab938c2f4 remove vardump from getFullList 2024-11-14 16:54:18 +01:00
Jonathan Martz
ad593198b0 fix getFullList batch bug 2024-11-14 15:50:04 +00:00
Jonathan Martz
3baeeeab00 update docs for upload replace values with types 2023-10-09 20:17:54 +02:00
Jonathan Martz
64a0f24e55 update docs for upload 2023-10-09 20:16:19 +02:00
Jonathan Martz
bbe4857b34 add file upload function to collection 2023-10-09 18:28:19 +02:00
Jonathan Martz
a3ac61ac2d add perPage from params to queryParams 2023-06-30 19:30:21 +02:00
Jonathan Martz
47a861be48 update readme and composer 2023-06-02 11:38:30 +02:00
Jonathan
67ad212554 add getAll and update logic 2023-04-15 22:13:03 +02:00
Jonathan
df8ed036fc add Settings Class, add authAsUser method for collection 2023-04-15 20:50:48 +02:00
Martz
9d125d8cc2 return response of create 2023-03-31 00:20:39 +02:00
Martz
ec7434f089 add logic for get list 2023-03-29 02:30:28 +02:00
Martz
951f6c472d fix broken composer json 2023-02-28 21:15:02 +01:00
Martz
78fd67a12d remove users collection and used code 2023-02-28 21:12:38 +01:00
Martz
c52ff18bea merge into master 2023-02-24 21:50:49 +01:00
Martz
47699576a4 move curl logic into own doRequest function 2023-02-24 21:48:27 +01:00
Jonathan Martz
c526611fb7 Merge pull request #2 from HolyHugo/useQueryParams_getFullList
Adding queryParams in curl call
2023-02-24 11:45:04 +01:00
Jonathan Martz
eee39f409c Merge pull request #1 from HolyHugo/master
Update Client.php  collection function (#1)
2023-02-24 11:18:53 +01:00
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
BOCKTAELS Hugo
b06f49d219 Update Client.php collection function (#1)
The collection function had 2 parameters (url and page) that were unused and useless.
2023-02-22 09:36:30 +01:00
mkay-development
2eae1c56ee add composer require command 2023-02-19 11:28:17 +01:00