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
Fix default operation ID (#41)
- fixes a bug related to default operation id values
- op id defaults to the altered type name if it has `Operation` suffix
- add test coverage to check default values
- updated readme (1.0.0-beta.7)
- fix format & file headers
- avoid empty response header serialization: `headers: {}`
- tests for empty header response serialization fix