fbjorn

Results 14 issues of fbjorn

https://petstore3.swagger.io/#/pet/uploadFile has an `application/octet-stream` payload in request body. Currently it's not typed correctly (no query or path params are shown), and the request will probably fail cause the `body` won't...

enhancement

Currently the library is built for JSON APIs. It can't handle other types of data, for example `application/x-www-form-urlencoded`. We need to consider adding support of it. Example of the spec:...

enhancement

Currently `fetchUrl` function throws away information about occurred exception: https://github.com/cocreators-ee/apity/blob/main/src/svelte/fetcher.ts#L51 We should probably save it somehow, so it's possible to programmatically access it later

enhancement

It would be nice if requests with the same URL + params combination were cached until you explicitly call `reload()` or such, plus having an indicator whether your data is...

enhancement