You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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!
All reactions