Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate typing for responses in apiserver/control plane #337

Open
Tracked by #334
masci opened this issue Oct 24, 2024 · 0 comments
Open
Tracked by #334

Consolidate typing for responses in apiserver/control plane #337

masci opened this issue Oct 24, 2024 · 0 comments

Comments

@masci
Copy link
Member

masci commented Oct 24, 2024

There's a bit of confusion around types used internally, types used as payloads in the various HTTP api we have (apiserver, control plane...) and the more complex types used in the Python SDK implementation. On top of this, some portion of the code don't used types at all, relying on plain dictionaries (see this comment).
Let's consolidate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant