1
0
mirror of synced 2024-11-22 12:56:02 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
d4a3cf8d42 validate AppData, easier client instantiation for those who don't want to look into the complex inner logic 2020-12-28 17:49:26 +03:00
Alex Lushpai
d13cf5f5ca
update product name, cleanup annotations (#3) 2020-12-15 13:28:59 +03:00
b529e2b83b oauth code exchange 2020-10-14 14:55:27 +03:00
f928d53fba ability to provide custom state instead of generated one 2020-10-14 12:24:56 +03:00
08bfc5184b aliexpress.solution.merchant.profile.get request 2020-10-07 10:43:19 +03:00
cd553ef64e feed stocks & prices models, necessary dropshipping models, authorization URI builder is usable now, client doesn't use GET requests, and etc 2020-10-06 17:39:02 +03:00
402c20d184 refactor client workflow which resulted in correct behaviour for signatures 2020-10-06 12:47:38 +03:00
405621bfdf logging, order fulfillment by seller 2020-10-06 11:15:27 +03:00
566320bfdc orders list request and response, timezone check, other changes 2020-10-05 18:11:20 +03:00
341585c523 component skeleton for managing base product schemas, rename Client to TopClient to avoid collisions with PSR-18 clients 2020-10-02 18:01:52 +03:00
96ee257498 readme update 2020-10-02 15:09:12 +03:00
15084614bf aliexpress.solution.product.schema.get support, a little refactoring in the models, correct PHP version in the annotations 2020-10-02 14:20:08 +03:00
e0790363a9 support for arrays with inline JSON, which resulted in better support for aliexpress.postproduct.redefining.categoryforecast response data 2020-10-02 12:37:56 +03:00
294211417d complete feed solution with tests (no generic models for feed yet...) 2020-10-02 12:19:50 +03:00
5ee9f2a1fc skeleton for feed solution 2020-10-01 17:27:18 +03:00
694b59d3b8 authorization URI builder, slightly different authenticator usage, fail tests if mocks weren't used 2020-10-01 16:29:49 +03:00
18f8675005 structure change for models & add another request and response models & matcher for tests & more tests 2020-10-01 14:59:40 +03:00
c378ad5385 restructurized models list, ExpressionLanguage for property exclusion, tests for excluded properties and inline JSON 2020-10-01 12:43:07 +03:00
95b7c27e6c correct deserialization for inline json, stick to json mode because implementing same for xml is not important 2020-10-01 10:34:42 +03:00
9b081e2e7f WIP: Hacks for inline JSON string inside another JSON or inside XML (some responses actually look like that) 2020-09-30 17:50:44 +03:00
76b5ec5cf4 refactor (allowed to remove large portion of code), use httplug - service discovery 2020-09-30 13:18:35 +03:00
21ff82c1b8 ErrorResponse & client now can send request 2020-09-29 17:46:00 +03:00
5edca2bfd2 load .env file in tests 2020-09-29 16:04:13 +03:00
feb1e4ad0d fix for annotations 2020-09-29 15:19:44 +03:00
c3ae204c32 timestamp provider, first real request model 2020-09-29 15:18:03 +03:00
6d0260d642 logger support 2020-09-29 14:18:53 +03:00
3caa7e7afa test form json dto 2020-09-29 13:18:18 +03:00
eeba164aba RequestFactory, easy accessor for FileItemFactory, architectural changes, streams for PSR requests 2020-09-29 13:10:54 +03:00
1b6e138e64 fix for signer algorithm, test for signer 2020-09-28 17:18:21 +03:00