Open
Description
The source spec for this doesn't have any mention of "GET" as far as I can tell, but the generated result has a "POST" and "GET" equivalent for every API call. I would expect just the "POST" version to show up because that's what's actually in the original definition.
It also causes some generation errors, which I think is because the generated code is trying to set query parameters from an object that it doesn't know how to turn into a string. For example:
error[E0599]: no method named `to_string` found for type `&models::tag::Tag` in the current scope
Metadata
Metadata
Assignees
Labels
No labels