Commit Graph

13 Commits

Author SHA1 Message Date
c9ca89e364 Update module path to git.denco.store/fakz9/ozon-api-client
Some checks are pending
tests / unit (push) Waiting to run
tests / coverage (push) Waiting to run
2025-05-26 03:24:11 +03:00
Kirill
040bc23ebc Update December 26, 2024 (#132) 2025-01-23 01:22:28 +03:00
Kirill
6b8b22180a Update November 6, 2024 (#115) 2024-12-15 20:47:07 +03:00
Kirill
049b02835b Fix response types in GetListOfWarehouses (#83) 2024-04-21 18:41:18 +03:00
Kirill
965c83ba85 Make fields optional in method params (#62) 2024-01-25 15:41:30 +03:00
Kirill
1494ff5905 Better tests (check that response match the structure) (#52)
Trailing zeros were removed from time in responses because of json marshaling features
2023-12-11 03:19:12 +03:00
Kirill
854d110ab1 Configure HttpClient, added context parameter to all methods (#37)
Context is needed to limit time of execution of a method. Previously, context was passed to structure and it was stored inside structure which is a bad practice. Now we need to pass context to function, which is a best practice
2023-08-05 13:50:34 +03:00
diPhantxm
466cbc6379 extend tests 2023-03-18 03:05:06 +03:00
diPhantxm
cf9eae4bef add methods for getting stocks and products reports, make tests run parallel 2023-03-17 21:14:31 +03:00
diPhantxm
2566f85da3 refactoring. put methods to individual structures 2023-03-15 21:38:17 +03:00
diPhantxm
852576d520 add List of delivery methods for a warehouse 2023-03-15 03:20:12 +03:00
diPhantxm
396f370174 extend tests, update readme 2023-03-15 02:00:16 +03:00
diPhantxm
bca6626f07 add List of warehouses 2023-03-14 01:26:51 +03:00