petercsaki

Results 2 issues of petercsaki

## Changes NextJs uses fetch's options to pass information about caching. These were removed by openapi-fetch. https://github.com/drwpow/openapi-typescript/issues/1569#issuecomment-1966999115 ## Checklist - [x] Unit tests updated - [x] `docs/` updated (if necessary)...

**Description** Openapi-fetch uses a request object for its fetch. https://github.com/drwpow/openapi-typescript/blob/9c277fb0a10c3513de46765a4381ccb722a72af4/packages/openapi-fetch/src/index.js#L101 The request object created by openapi-fetch strips away non standard fetch options, i.e. how Next.js passes its cache related params:...

bug
PRs welcome
good first issue
openapi-fetch