A few things to learn from an API expertwhoisanexpert.github.io1 points·by fanylad·4 năm trước·0 comments
fanylad·5 năm trước·discuss> Good amazon opened up their stuff, there should be more competition on this front.It was actually open-sourced ~2 years ago: https://news.ycombinator.com/item?id=21472080. Good to see the project is still active.
fanylad·5 năm trước·discussTo generate TS code given an OpenAPI specification, you may want to try OpenAPI Generator[1] and NSwag[2], which work in our cases but your mileage may vary. Both projects allow template customization to meet different requirements.[1] https://github.com/OpenAPITools/openapi-generator[2] https://github.com/RicoSuter/NSwag
It was actually open-sourced ~2 years ago: https://news.ycombinator.com/item?id=21472080. Good to see the project is still active.