Commit Graph

8 Commits

Author SHA1 Message Date
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