Marcus Jaschen
Marcus Jaschen
(for later reference) The Collmex API uses ~~six~~seven different data types[1]: - alpha-numerical (i.e. “strings”) - numerical, integer: an ordinary integer value - also used for IDs: in this case...
Looking from the implementation side (*SimpleParser.php*) `string[][]` would be the correct answer[1] as the parser returns an array of parsed CSV lines which are arrays of strings. When processing the...
ZipResponses are returned for several types (Quotations, Orders, Invoices, Deliveries). From a library user's perspective I'd prefer an implementation described as item (2). To clarify: - You propose extending the...