Live data from Hacker News

Viewing profile — wing328hk

wing328hk

HN member
Joined
Sat, Jul 14, 2012, 5:35 PM UTC
HN karma
94
Public activity
144 items

About wing328hk

Core team and founding member of OpenAPI Generator, which is a free, open-source project to automatically generate API clients, server stubs, schemas, API documentation and more based on OpenAPI/Swagger specifications: https://github.com/OpenAPITools/openapi-generator

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. 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.

  7. 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…

  8. comment
    Comment #32947286

    One way is to auto-generate SDKs using OpenAPI Generator ( http://github.com/openapitools/openapi-generator ) given an OpenAPI spec.

  9. 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-…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. 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…

  18. story
  19. story
  20. 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…

  21. story
  22. story
  23. story
  24. story
  25. 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…