oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
132 stars 55 forks source link

Fix installation types #56

Closed augustuswm closed 1 year ago

augustuswm commented 1 year ago

The spec defines these as integers which causes them to be generated as i64 fields. The manual auth implementations are using u64s and can cause overflows when cast to i64