Viewing profile — wing328hk
wing328hk
HN member- Joined
- Sat, Jul 14, 2012, 5:35 PM UTC
- HN karma
- 94
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About wing328hk
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #34050229
The new Python client should be easier to use and more pythonic. Please give it a try to see if you like it.
-
story
Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator
Hi all, We've refactored the Python client generator in OpenAPI Generator(http://github.com/openapitools/openapi-generator). To give it a try, please follow 3 simple steps below: 1…
-
comment
Comment #32947286
One way is to auto-generate SDKs using OpenAPI Generator ( http://github.com/openapitools/openapi-generator ) given an OpenAPI spec.
-
comment
Comment #32686123
If you want to generate a Crystal SDK for REST APIs, please give OpenAPI Generator [1] a try. Here are 3 simple steps to do so: https://forum.crystal-lang.org/t/crystal-api-client-…
- story
- story
- story
- story
- story
- story
- story
-
story
Show HN: Go Echo Server Generator
Hi all, We've just added a Go Echo server generator [1] to the openapi-generator project [2]. Please give it a try by following 3 simple steps below: 1. Download the Java JAR: http…
- story
- story
-
comment
Comment #26051678
I agree with you that some generators are less mature. For example, we just added a Crystal client generator several weeks ago and we only have tests for posting a JSON body and ge…
- story
- story
- story
- story
-
comment
Comment #25098429
You may want to give https://apitools.dev/swagger-parser/online/ a try to validate OpenAPI (fka Swagger) files. You can do it online without a sign up or use the API or CLI accordi…