Core team and founding member of OpenAPI Generator. eBook author: A Beginner's Guide to Code Generation for REST APIs
- Hong Kong
- https://gumroad.com/wing328
- @wing328
Highlights
- Pro
Block or Report
Block or report wing328
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
2,846 contributions in the last year
Less
More
Activity overview
Contributed to
OpenAPITools/openapi-generator,
OpenAPITools/openapi-json-schema-generator,
wing328/r-twitter
and 19 other
repositories
Contribution activity
March 2023
Created 35 commits in 1 repository
Created a pull request in OpenAPITools/openapi-generator that received 2 comments
Add new openapi-normalizer rule: ADD_UNSIGNED_TO_INTEGER_WITH_INVALID_MAX_VALUE
To close #14481 Add new openapi-normalizer rule: ADD_UNSIGNED_TO_INTEGER_WITH_INVALID_MAX_VALUE when set to true, auto fix integer with maximum val…
+153
−0
•
2
comments
Opened 23 other pull requests in 1 repository
OpenAPITools/openapi-generator
3
open
19
merged
1
closed
- [java] fix optional array property's default value
- [spring] fix default value for nullable containers
- Reduce log level to avoid Travis CI build failure
- Minor fix to isPassword (a follow-up PR to #13982)
- [jaxrs-cxf-cdi] add tests for binary body
- [csharp-netcore] Update option description
- Minor bug fix in openapi normalizer
- Decommission csharp-dotnet2 client generator
- Update C# client dependencies
- [OpenAPI Normalizer] update SIMPLIFY_ONEOF_ANYOF to convert enum of null to nullable
- Remove API import from model tests in csharp-netcore client
- Better support of inline allOf/anyOf/oneOf schemas
- [csharp-netcore] Add unsigned integer/long support
- Better support of allOf with 1 sub-schema
- [python-nextgen] Better docstring/documentation
- Disable unit tests to prevent build from failing
- [python-nextgen] better enum naming
- Dcermak overload for async
- [python-nextgen] Add pyproject.toml
- Add dmTECH GmbH logo to website
- [python-nextgen] fix enum default value
- add github action for swift samples
- [CI] try to fix bitrise deprecation warning #14834
Reviewed 7 pull requests in 1 repository
OpenAPITools/openapi-generator
7 pull requests
- [spring] fix default value for nullable containers
- [csharp-netcore] Better deserialization
- Log Warn Messages for ineffective Schema Validations, updated
- Rbioteau feat/9124 is password codegen property
- Fixing missing openApiNullable config for java apache-httpclient generator
- [java][jersey] Remove double brace initialization and some more jersey cleanup
- [v2] (RFC) Csharp netcore generator supports UnityWebRequest library