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

Untyped serde_json::Value types used for TimeEntry.project #1

Open
schpet opened this issue Mar 28, 2023 · 0 comments
Open

Untyped serde_json::Value types used for TimeEntry.project #1

schpet opened this issue Mar 28, 2023 · 0 comments

Comments

@schpet
Copy link

schpet commented Mar 28, 2023

hi there! thanks for putting this up. i noticed some of the types are missing, e.g. serde_json::Value is used in a number of fields that i'd expect to have types:

pub project: Option<serde_json::Value>,

but given this project appears to done via code generation, i'm wondering what script updates this repo? i'm assuming it's a hand-crafted OpenAPI yaml doc that needs updating to fix this since i don't see an official one from harvest.

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

No branches or pull requests

1 participant