SiLeBAT / mibi-parse-cloud

MIT License
0 stars 0 forks source link

Implement PUT Samples functionality in cloud code #3

Closed dptolle closed 7 months ago

dptolle commented 8 months ago

The use of a single enpoint for put with the input and output format controlled by the HTTP headers is no longer feasible. The functionality will now be spread accross 2 enpoints:

  1. putSampleData - which accepts a json including an base64 encoded xlsx or json file and returning a json
  2. marshalSampleData - which accepts a json and returns an xlsx

Part 2 will be implemented in a further ticket (see dependencies)