TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Huma: Framework for Building APIs in Golang Backed by OpenAPI 3 and JSON Schema

1 点作者 muhrizqiardi10 个月前

1 comment

bearjaws10 个月前
This is exactly what an API backend needs in 2024.<p>I have a poor mans version of this made with Fastify, but it would be great to see a completely native REST server with OpenAPI 3.0 built in, and the only means to create routes.<p>At one of my jobs I actually tasked an engineer to build this for our express servers and it always stunned new engineers that they had to build the API spec before PR, otherwise the tests auto fail. It also required both input and output validated, it made integrations a dream.