Mistruna.User.Api 1.0.128

dotnet add package Mistruna.User.Api --version 1.0.128
                    
NuGet\Install-Package Mistruna.User.Api -Version 1.0.128
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mistruna.User.Api" Version="1.0.128" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mistruna.User.Api" Version="1.0.128" />
                    
Directory.Packages.props
<PackageReference Include="Mistruna.User.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Mistruna.User.Api --version 1.0.128
                    
#r "nuget: Mistruna.User.Api, 1.0.128"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Mistruna.User.Api@1.0.128
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mistruna.User.Api&version=1.0.128
                    
Install as a Cake Addin
#tool nuget:?package=Mistruna.User.Api&version=1.0.128
                    
Install as a Cake Tool

Mistruna.User.Api

Auto-generated Refit HTTP client for the Mistruna User Service API.

NuGet NuGet Downloads License: MIT

Installation

dotnet add package Mistruna.User.Api

Usage

services.AddRefitClient<IUserApi>()
    .ConfigureHttpClient(c => c.BaseAddress = new Uri("https://your-user-service"));
public class MyService(IUserApi userApi)
{
    public async Task<UserDto> GetUserAsync(Guid id)
        => await userApi.GetUserAsync(id);
}

Endpoints

  • Authentication — login, register, token refresh, revocation
  • Users — profile management, photo upload, deactivation
  • Addresses — user address CRUD
  • Social Accounts — linked social network accounts

License

MIT © Mistruna

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.128 134 7/7/2026
1.0.127 108 7/3/2026
1.0.125 116 6/30/2026
1.0.124 122 6/4/2026
1.0.123 112 5/31/2026
1.0.122 109 5/31/2026
1.0.118 110 5/17/2026
1.0.117 97 5/17/2026
1.0.116 126 5/17/2026
1.0.107 122 4/25/2026
1.0.106 112 4/25/2026
1.0.105 116 4/18/2026
1.0.104 120 4/5/2026
1.0.103 134 4/3/2026
1.0.102 130 3/29/2026
1.0.101 118 3/29/2026
1.0.100 116 3/29/2026