David Gamero

Results 28 comments of David Gamero

I agree it would be nice if we could keep the user experience that cohesive, but unfortunately these changes seem too broad and breaking for that to be doable. Given...

That could definitely work if we introduce a named export for `api_old`. I'm not sure how we could do that without potentially breaking existing default import compatibility unless we nest...

The [major version suggestion](https://github.com/kubernetes-client/javascript/issues/754#issuecomment-990382658) seems be the cleanest way. Putting the changes in a new major version would make upgrading a clear decision without interfering with existing code. That way...

Update 2: Two PRs have been completed against OpenAPITools/openapi-generator (the typescript generator template in specific), and a third is in progress. Complete (PR) - [[typescript] Default auth method support and...

Update 3: Custom Authentication is now complete in the typescript generator. Currently migrating the `request` implementations outside the generated code (in /src) https://github.com/OpenAPITools/openapi-generator/pull/11400

This will be great! It should be simpler to switch from node-fetch to the included fetch in the future (since their syntax is very similar)

Hi @chadbr , the current working branch is https://github.com/kubernetes-client/javascript/tree/release-1.x and the next step is migrating all the auth providers and their unit tests. It's mostly mapping headers and query params...

The scope of the initial release was reduced to get us to a testable state faster, so the `watch` and a couple other kubectl-style wrappers are not fully implemented; however,...

After some testing, it seems to only happen in Firefox not Chrome