Nedim Arabacı

Results 65 comments of Nedim Arabacı

Hi! Can you please share the full generated fetch function, hook and the types for : `get "/realms/{address.realmId}/accounts/{address.accountId}/definitions/{address.path}"` Looks like you are expecting something like this as I understood: ```typescript...

oh, thanks for the clarification! So the issue is an inconsistency between generated components and context&fetcher resolvers. Probably idea here was to keep generated files as minimal as possible and...

- table of contents - ~~fetcher and context only generated once for userland.~~ - ~~you should modify your fetcher and context for your own needs~~. - on init if you...

example gif demo. ![openapi-codegen-init](https://user-images.githubusercontent.com/271912/194000679-5a4501b8-5fc0-430c-9217-028bf91a5dcd.gif)

proposal: more declarative wordings in the init function: - Types - Types & Fetchers - Types & Fetchers & React Query hooks

hmm maybe this can help? > https://github.com/networknt/openapi-bundler oh it is written with java

hmm, https://redocly.com/docs/cli/commands/bundle/

So, if I understood correctly you have one main spec and that spec points to different sub specs with ref path, right?

for now, looks like you can bundle it by `redocly cli` > [redocly.com/docs/cli/commands/bundle](https://redocly.com/docs/cli/commands/bundle/) can you try to bundle it manually and test it with generated bundled spec? Also looks like...