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
52b18252b1
Update November 8, 2023 ( #48 )
2023-11-11 15:37:26 +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
336c49baa4
Added the response example to TestGetLabeling
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
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
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
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
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
396f370174
extend tests, update readme
2023-03-15 02:00:16 +03:00
diPhantxm
8c9fdac81c
add methods for packing orders and getting list of products
2023-03-14 20:35:28 +03:00
diPhantxm
d1565b9d00
add analytics methods
2023-03-13 23:29:39 +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