Skip to content

Commit

Permalink
Update NREADME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FawazTakahji authored May 23, 2024
1 parent a16289c commit f804cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NREADME.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PartyDotNet
A .NET client for the [Kemono](https://kemono.su)/[Coomer](https://coomer.su) API made with [Refit](https://github.com/reactiveui/refit).
A .NET client for the Party API made with [Refit](https://github.com/reactiveui/refit).

[![version](https://img.shields.io/github/v/release/FawazTakahji/PartyDotNet?color=Green&include_prereleases)](https://github.com/FawazTakahji/PartyDotNet/releases)
[![NuGet Version](https://img.shields.io/nuget/vpre/PartyDotNet)](https://www.nuget.org/packages/PartyDotNet)
Expand Down Expand Up @@ -52,4 +52,4 @@ Getting a client from IHttpClientFactory
```csharp
IPartyClient apiClient = _serviceProvider.GetRequiredService<IHttpClientFactory>().CreatePartyClient("KemonoClient");
HttpResponseMessage response = await apiClient.AddFavoriteCreator(Service.Patreon, "2448989");
```
```

0 comments on commit f804cf7

Please sign in to comment.