redmine-api 4.14.0

dotnet add package redmine-api --version 4.14.0
                    
NuGet\Install-Package redmine-api -Version 4.14.0
                    
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="redmine-api" Version="4.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="redmine-api" Version="4.14.0" />
                    
Directory.Packages.props
<PackageReference Include="redmine-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 redmine-api --version 4.14.0
                    
#r "nuget: redmine-api, 4.14.0"
                    
#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.
#addin nuget:?package=redmine-api&version=4.14.0
                    
Install redmine-api as a Cake Addin
#tool nuget:?package=redmine-api&version=4.14.0
                    
Install redmine-api as a Cake Tool

Redmine .NET API redmine-net-api

NuGet NuGet Downloads License Contributors

A modern and flexible .NET client library to interact with Redmine's REST API.

🚀 Features

  • Full REST API support with CRUD operations
  • Supports both XML and JSON data formats
  • Handles GZipped server responses transparently
  • Easy integration via NuGet package
  • Actively maintained and community-driven
Resource Read Create Update Delete
Attachments
Custom Fields
Enumerations
Files
Groups
Issues
Issue Categories
Issue Relations
Issue Statuses
My Account
News
Projects
Project Memberships
Queries
Roles
Search
Time Entries
Trackers
Users
Versions
Wiki Pages

📦 Installation

Add the package via NuGet:

dotnet add package Redmine.Net.Api

Or via Package Manager Console:

Install-Package Redmine.Net.Api

🧑‍💻 Usage Example

using Redmine.Net.Api;
using Redmine.Net.Api.Types;
using System;
using System.Threading.Tasks;

class Program
{
    static async Task Main()
    {
        var options = new RedmineManagerOptionsBuilder()
            .WithHost("https://your-redmine-url")
            .WithApiKeyAuthentication("your-api-key");

        var manager = new RedmineManager(options);

        // Retrieve an issue asynchronously
        var issue = await manager.GetAsync<Issue>(12345);
        Console.WriteLine($"Issue subject: {issue.Subject}");
    }
}

Explore more usage examples on the Wiki.

📚 Documentation

Detailed API reference, guides, and tutorials are available in the GitHub Wiki.

🙌 Contributing

See the CONTRIBUTING.md for detailed guidelines.

🤝 Contributors

Thanks to all contributors!

<a href="https://github.com/zapadi/redmine-net-api/graphs/contributors"> <img src="https://contrib.rocks/image?repo=zapadi/redmine-net-api" /> </a>

📝 License

This project is licensed under the Apache License 2.0.

☕ Support

If you find this project useful, consider buying me a coffee to support development.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on redmine-api:

Package Downloads
biz.dfch.CS.Redmine.Client

biz.dfch.CS.Redmine.Client ======================== Client for Redmine project management web application Assembly: biz.dfch.CS.Redmine.Client d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland ## Download * Get it on [NuGet](https://www.nuget.org/packages/biz.dfch.CS.Redmine.Client/) * See [Releases](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.14.0 108 5/8/2025
4.11.0 509 3/30/2025
4.7.1 736 1/29/2025
4.6.9 2,108 8/31/2024
4.6.6 1,083 8/14/2024
4.6.5 8,346 10/3/2023