Commit Graph

30 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
40d9fc32cb Update October 19, 2023 (#44) 2023-10-20 00:58:22 +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
Kirill
588f4748a9 Update 28 July, 2023 (#31) 2023-07-31 00:20:07 +03:00
diPhantxm
baeeef9b46 fix json names for GetDigitalActResponse 2023-07-15 03:02:45 +03:00
diPhantxm
f11ccb4714 updated the schemas and examples for method responses: methods return the result in binary format 2023-07-15 03:02:45 +03:00
diPhantxm
1958dfb94e Added a method for getting a barcode from the /v2/posting/fbs/act/get-barcode response in text format 2023-07-12 19:14:48 +03:00
diPhantxm
2ca20d9b12 Added a method for getting a barcode used during product shipment 2023-07-12 19:14:48 +03:00
Anton Salnikov
eea0f99066 Change address field tag 2023-07-09 19:54:28 +03:00
diPhantxm
006ecdf877 commmented all data types and methods 2023-06-23 23:23:23 +03:00
diPhantxm
f81e4ed350 flat structures 2023-06-23 20:57:38 +03:00
diphantxm
422f959b9f add prr option to some methods 2023-06-16 21:52:49 +03:00
diphantxm
ac99c5ba2f added new status to getting act list filter, updated descriptions, changed test according to examples 2023-06-16 21:35:33 +03:00
diPhantxm
08180d901c update posting methods status/substatus, changed price index to multiple indexes in products responses 2023-04-12 01:32:24 +03:00
diPhantxm
18470fcae5 add Content-Type to request header 2023-03-25 17:18:20 +03:00
diPhantxm
5fb08c30cb add all remained methods for fbs 2023-03-19 01:51:25 +03:00
diPhantxm
c307bc31bd add some more additional endpoints for working with fbs 2023-03-18 23:38:13 +03:00
diPhantxm
f108c846b0 add methods for labeling and product check statuses 2023-03-18 20:34:04 +03:00
diPhantxm
9592e3a2d3 add some methods for working with fbs 2023-03-18 19:44:31 +03:00
diPhantxm
7b4ed2a988 implemented all methods for changing shipment status for fbs 2023-03-18 18:46:08 +03:00
diPhantxm
ec7ea5e1ef add some methods for shipment and delivering for fbs 2023-03-18 18:16:31 +03:00
diPhantxm
da9bedf63b add method for getting shipment details by identifier for fbs 2023-03-18 17:01:57 +03:00
diPhantxm
0fe3d86c48 add method for getting shipment data by barcode for fbs 2023-03-18 16:20:51 +03:00
diPhantxm
12773269d4 add validate labeling codes 2023-03-16 01:09:31 +03:00
diPhantxm
2566f85da3 refactoring. put methods to individual structures 2023-03-15 21:38:17 +03:00
diPhantxm
8c9fdac81c add methods for packing orders and getting list of products 2023-03-14 20:35:28 +03:00
diPhantxm
b973dfa2f3 fix tests 2023-03-13 21:47:05 +03:00
diPhantxm
4c4427f26c add get shipments lists methods for fbs and fbo 2023-03-13 21:00:28 +03:00
diPhantxm
c9a0f83145 fix/change string to time.Time where possible 2023-03-12 23:11:00 +03:00
diPhantxm
ca40ab4559 initial 2023-03-12 22:37:40 +03:00