I propose splitting union offer/retrieval types into separate types.
Rationale: they are different types, have different set of fields and different purpose, handled by a different branches of code. While this slightly bulks-up the spec it simplifies the code and makes understanding of the code more straightforward.
I propose splitting union offer/retrieval types into separate types. Rationale: they are different types, have different set of fields and different purpose, handled by a different branches of code. While this slightly bulks-up the spec it simplifies the code and makes understanding of the code more straightforward.