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

can we generate code with uppercase abbreviations for ID and URL #4

Closed
butonic opened this issue Jun 3, 2021 · 2 comments
Closed
Labels

Comments

@butonic
Copy link
Member

butonic commented Jun 3, 2021

../../../graph/pkg/service/v0/drives.go:215:5: unknown field 'Id' in struct literal of type msgraph.Entity (but does have ID)
../../../graph/pkg/service/v0/drives.go:223:5: unknown field 'Id' in struct literal of type msgraph.Identity (but does have ID)
../../../graph/pkg/service/v0/drives.go:232:6: unknown field 'Id' in struct literal of type msgraph.Entity (but does have ID)
../../../graph/pkg/service/v0/drives.go:243:13: drive.Root.WebDavUrl undefined (type *msgraph.DriveItem has no field or method WebDavUrl, but does have WebDavURL)

@micbar
Copy link
Contributor

micbar commented Dec 15, 2021

This was an incompatibility between our spec and yeakeshi.

Golang convention is camelCase

@micbar micbar closed this as completed Dec 15, 2021
@micbar
Copy link
Contributor

micbar commented Dec 15, 2021

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

No branches or pull requests

2 participants