MyGit
🚩收到GitHub仓库的更新通知

apache/shenyu-client-dotnet

Fork: 6 Star: 9 (更新于 2024-04-29 18:12:55)

license: Apache-2.0

Language: C# .

Apache ShenYu Client SDK for donet.

最后发布版本: v1.0.0 ( 2022-10-18 14:56:04)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

ShenYu .NET client

build codecov.io

ShenYu .NET client can help you register your ASP.NET Core applications into ShenYu, similar with Java client. It supports below registration type,

  • http registration
  • zookeeper registration
  • nacos registration
  • consul registration
  • etcd registration

Getting Started

Please visit related document to start to start.

For http registration, please visit HTTP Registration.

For zookeeper registration, please visit Zookeeper Registration.

For consul registration, please visit Consul Registration.

For nacos registration, please visit Nacos Registration.

For etcd registration, please visit Etcd Registration.

Attributes

You can use ShenyuClient attribute to register your APIs.

e.g. add ShenyuClient attribute in class as route prefix.

[ShenyuClient("/test/**")]
public class TestController {
  ...
}

e.g. add ShenyuClient attribute in method as route path. The final route path will be /test/hello for this endpoint.

[ShenyuClient("/test")]
public class TestController {
    [ShenyuClient("hello")]
    public IEnumerable<WeatherForecast> GetTest()
    {
        ...
    }
    ...
}

最近版本更新:(数据更新于 2024-04-28 21:47:36)

2022-10-18 14:56:04 v1.0.0

主题(topics):

sdk, shenyu

apache/shenyu-client-dotnet同语言 C#最近更新仓库

2024-05-18 04:09:38 jellyfin/jellyfin

2024-05-17 05:19:13 win-acme/win-acme

2024-05-16 02:42:59 BartoszCichecki/LenovoLegionToolkit

2024-05-15 14:37:15 TheOtherRolesAU/TheOtherRoles

2024-05-14 23:01:51 bitwarden/server

2024-05-13 23:14:13 FirstGearGames/FishNet