Skip to content

dotnetcore/WebApiClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 28, 2024
cfafcbe · Nov 28, 2024
Jun 9, 2020
Jun 20, 2024
Jun 19, 2024
Jun 20, 2024
Jun 29, 2024
Jun 21, 2024
Jun 15, 2024
Jul 23, 2024
Jun 20, 2024
Jun 6, 2024
Nov 28, 2024
Nov 28, 2024
Nov 28, 2024
Jun 15, 2024
Mar 28, 2017
Jan 29, 2021
Nov 28, 2024
May 22, 2020
Jun 16, 2024
Jun 7, 2024
Jun 7, 2024
Jun 13, 2024
Jun 13, 2024
Jun 6, 2024

Repository files navigation

README | 中文文档

WebApiClient                 

A REST API library with better functionality, performance, and scalability than refit.

Features

Semantic Declaration

Client development only requires semantic declaration of C# interfaces.

Diverse serialization

Supports json, xml, form and other custom serialization methods.

Full trimmed and AOT

Supports full trimmed and AOT publishing of .NET8.

Aspect-Oriented Programming

Supports multiple interceptors, filters, logs, retries, custom caches and other aspects.

Code Syntax Analysis

Provides syntax analysis and prompts for interface code declarations to help developers avoid using improper syntax when declaring interfaces.

Quick access

Supports OAuth2 and token management extension packages to facilitate identity authentication and authorization.

Swagger to code

Supports parsing local or remote OpenApi documents to generate WebApiClientCore interface code, which simplifies the workload of interface declaration.

Powerful performance

In BenchmarkDotNet, the performance is 2.X times ahead of the similar product refit under various requests.

Documentation support

https://webapiclient.github.io/