11 条评论 (11 条评论)24 个反应 (24 个反应)0 位负责人 (0 位负责人)Java7,516 个派生 (7,516 个派生)batch import
Enhancement: FeatureHacktoberfesthelp wanted
仓库指标
- 星标
- 26,243 个星标 (26,243 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
Refit is probably the most lightweight solution for implementing .NET backend API calls. We would need to generate only the models and interfaces (with the attribute metadata).
贡献者指南
- 研究方向
- 检查 openapi generator 仓库中现有的 C# 生成器(例如 csharp netcore)。了解如何使用 Mustache 模板生成 API 接口和模型。然后,研究 Refit 库的属性和接口约定。通过复制现有的 C# 生成器、修改模板以输出 Refit 属性(例如 [Get]、[Post]、[Header]),并在代码生成配置中注册新生成器来实现一个新的生成器模块。
- 技术栈
- javacsharp
- 领域
- backendapitooling
- 议题类型
- 功能
- 前置要求
- JavaC#