Erik Hvattum
Erik Hvattum
My issue is regards to blob storage, but is suspect the issue is universal to the sdk. It is impossible to use this client, or to generate a working client...
Given the api spec at https://gist.github.com/ehvattum/e7fdc53bda8a3d03556c0c649cdef7c9, Oazapftz will generate an api client that looks like: ```ts export function getPdfOrJson(opts?: Oazapfts.RequestOpts) { return oazapfts.fetchJson("/pdf-or-json", { ...opts }); } ``` It will...
Stumbled across quite a few issues when attempting to migrate a mono repo with many generated clients to the 6.x version. Example spec that causes missing `content-type` header. It is...