Replies: 1 comment 1 reply
-
|
@fa0311 Could you please take a look? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to OpenAPI and currently trying to build a Go client using twitter-openapi.
When I run oapi-codegen with the OpenAPI spec from:
https://github.com/fa0311/twitter-openapi/blob/main/dist/docs/openapi-3.0.yaml
I encounter errors during code generation.
After some investigation, I found two lines in the spec that might be causing the issues:
Unsupported type list:
twitter-openapi/dist/docs/openapi-3.0.yaml
Line 879 in c28f419
Unknown type TimelineCoverBehaviorUrl:
twitter-openapi/dist/docs/openapi-3.0.yaml
Line 1965 in c28f419
Should these lines be modified to be compatible with tools like oapi-codegen?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions