Commit graph

17 commits

Author SHA1 Message Date
6e35a3f7d8
fix: don't set content-type header with no request body (#11) 2024-04-03 14:06:39 +00:00
b029c874df
feat: allow empty args to methods with post bodies (#10) 2024-04-02 15:46:47 +00:00
0110ac1c04
fix: params not sent with http requests (#9) 2024-04-02 12:02:36 +00:00
b33a0e4979
fix: property access before initialization bug (#8) 2024-03-20 12:11:15 +00:00
25b5e2dad1
feat: return Response object from chainable request methods
* feat: add Response object

* wip: 2023-10-02T11:22:18+0200 (1696238538)

* fix: Response from arguments or array

* fix: refactor methods

* feat: add method chaining

* wip: 2024-03-18T11:52:20+0100 (1710759140)

* wip: 2024-03-19T16:51:47+0100 (1710863507)

* feat(doc): update README
2024-03-19 16:16:57 +00:00
47cee961d1
fix: PHP 8.2 deprecations warnings (#6) 2023-08-18 16:41:31 +02:00
cde845d61b
fix: http resp. as assoc array (#5) 2023-06-01 11:36:09 +02:00
1aae608011
feat: return response from HTTP and Socket as assoc array (#4)
* feat: return response as assoc array

* feat: return http resp as assoc array
2023-06-01 11:29:15 +02:00
a2587624e5
fix: client import issue (#3) 2023-05-26 10:07:05 +02:00
c819bc3da2
feat: add support for Reflect API keys (#2)
* wip: 1682605782

* wip: 1682607489

* wip: 1682607562

* wip: 1682608764

* wip: 1682609355

* wip: 1682609830

* wip: 1682609969

* feat(doc): add API key reference
2023-04-27 20:26:33 +02:00
69c9c5928e
fix(doc): wording 2023-03-16 15:46:33 +01:00
d9b9dc3b9e fix: composer namespace 2023-01-18 17:04:51 +01:00
05866d02f8
feat: add HTTP client (#1)
* feat: add HTTP client

* feat(doc): update readme

* fix(doc): missed a rename
2023-01-18 15:52:24 +01:00
0330436caa
feat(doc): create README 2023-01-05 16:09:29 +01:00
c639d302e9 feat: composer autoload 2023-01-05 15:39:00 +01:00
5f38cf572f feat: add composer package 2023-01-05 14:26:22 +01:00
1026c94730 initial commit 2023-01-05 14:17:17 +01:00