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

Remove pointer types where possible #58

Open
blkt opened this issue Nov 25, 2024 · 0 comments
Open

Remove pointer types where possible #58

blkt opened this issue Nov 25, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@blkt
Copy link
Contributor

blkt commented Nov 25, 2024

Most of the types related to Trusty v2 API contain pointers since they're declared optional in openapi spec, but it is sometimes impossible to receive a null value.

We should reduce the number of pointers for values that have reasonable default values or can't really be null. Note that this requires checking openapi Spec accurately as well as consulting developers. Also, it might be reasonable to ask for a more detailed openapi spec.

@blkt blkt added enhancement New feature or request good first issue Good for newcomers labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant