Live data from Hacker News

Show HN: Spec4j makes your REST APIs YAMLless

github.com

1–4 of 4 posts

Re: Show HN: Spec4j makes your REST APIs YAMLless

#2
spec4j is a github action that converts your REST API definitions in Spring Controller Interfaces packaged in jars. It utilizes the simplicity of the TypeSpec language to write TypeScript-like code and the power of OpenAPI tools to generate language and framework-specific code.

Re: Show HN: Spec4j makes your REST APIs YAMLless

#4
post #3

what happens when someone changes definitions in a way that would break existing apps? can Spec4J catch that automatically before the new version gets released?

If breaking changes are introduced to existing APIS, the action does not detect and notify the developer. It could be a useful addition to the action checks!