|
| 1 | +[README](README.md) | [中文文档](README_zh.md) |
| 2 | + |
1 | 3 | ## WebApiClient |
2 | | -集高性能高可扩展性于一体的声明式http客户端库。 |
| 4 | +A REST API library with better functionality, performance, and scalability than refit. |
3 | 5 |
|
4 | | -### 功能特性 |
5 | | -#### 语义化声明 |
6 | | -客户端的开发,只需语义化的声明接口。 |
| 6 | +### Features |
| 7 | +#### Semantic Declaration |
| 8 | +Client development only requires semantic declaration of C# interfaces. |
7 | 9 |
|
8 | | -#### 多样序列化 |
9 | | -支持json、xml、form等序列化和其它自定义序列化方式。 |
| 10 | +#### Diverse serialization |
| 11 | +Supports json, xml, form and other custom serialization methods. |
10 | 12 |
|
11 | | -#### 裁剪与AOT |
12 | | -支持.net8的代码完全裁剪和AOT发布。 |
| 13 | +#### Full trimmed and AOT |
| 14 | +Supports full trimmed and AOT publishing of .NET8. |
13 | 15 |
|
14 | | -#### 面向切面 |
15 | | -支持多种拦截器、过滤器、日志、重试、缓存自定义等功能。 |
| 16 | +#### Aspect-Oriented Programming |
| 17 | +Supports multiple interceptors, filters, logs, retries, custom caches and other aspects. |
16 | 18 |
|
17 | | -#### 语法分析 |
18 | | -提供接口声明的语法分析与提示,帮助开发者声明接口时避免使用不当的语法。 |
| 19 | +#### Code Syntax Analysis |
| 20 | +Provides syntax analysis and prompts for interface code declarations to help developers avoid using improper syntax when declaring interfaces. |
19 | 21 |
|
20 | | -#### 快速接入 |
21 | | -支持OAuth2与token管理扩展包,方便实现身份认证和授权。 |
| 22 | +#### Quick access |
| 23 | +Supports OAuth2 and token management extension packages to facilitate identity authentication and authorization. |
22 | 24 |
|
23 | | -#### 自动代码 |
24 | | -支持将本地或远程OpenApi文档解析生成WebApiClientCore接口代码的dotnet tool,简化接口声明的工作量 |
| 25 | +#### Swagger to code |
| 26 | +Supports parsing local or remote OpenApi documents to generate WebApiClientCore interface code, which simplifies the workload of interface declaration. |
25 | 27 |
|
26 | | -#### 性能强劲 |
27 | | -在[BenchmarkDotNet](WebApiClientCore.Benchmarks/results)中,各种请求下2.X倍性能领先于同类产品[refit](https://github.com/reactiveui/refit)。 |
| 28 | +#### Powerful performance |
| 29 | +In [BenchmarkDotNet](WebApiClientCore.Benchmarks/results), the performance is 2.X times ahead of the similar product [refit](https://github.com/reactiveui/refit) under various requests. |
28 | 30 |
|
29 | | -### 文档支持 |
| 31 | +### Documentation support |
30 | 32 | https://webapiclient.github.io/ |
0 commit comments