Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

home: true heroImage: /logo.png heroText: WebApiClient tagline: 使用C#接口描述你的http接口 actions:

  • text: 快速开始 💡 link: /guide/ type: primary
  • text: 安装 link: /reference/nuget type: default
  • text: 旧版文档 link: /old/ type: default features:
  • title: AOT/JIT details: ⛳ 支持编译时,运行时生成代理类,提高运行时性能和兼容性
  • title: 多样序列化 details: 🛠 默认System.Text.Json,Newtonsoft.Json,同样也支持XML处理
  • title: 语法分析 details: 💡提供接口声明的语法分析与提示,帮助开发者声明接口时避免使用不当的语法。
  • title: 功能完备 details: 🌳支持多种拦截器和过滤器、日志、重试、缓存、异常处理功能
  • title: 快速接入 details: ✒ 支持OAuth2与token管理扩展包,方便实现身份认证和授权
  • title: 自动生成 details: 💻 支持将本地或远程OpenApi文档解析生成WebApiClientCore接口代码的dotnet tool,简化接口声明的工作量 footer: MIT Licensed | Copyright © WebApiClient