redmine-api
4.6.9
dotnet add package redmine-api --version 4.6.9
NuGet\Install-Package redmine-api -Version 4.6.9
<PackageReference Include="redmine-api" Version="4.6.9" />
paket add redmine-api --version 4.6.9
#r "nuget: redmine-api, 4.6.9"
// Install redmine-api as a Cake Addin #addin nuget:?package=redmine-api&version=4.6.9 // Install redmine-api as a Cake Tool #tool nuget:?package=redmine-api&version=4.6.9
<a href="https://www.buymeacoffee.com/vXCNnz9" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/lato-yellow.png" alt="Buy Me A Coffee" height="37" ></a>
redmine-net-api
redmine-net-api is a library for communicating with a Redmine project management application.
- Uses Redmine's REST API.
- Supports both XML and JSON formats.
- Supports GZipped responses from servers.
- This API provides access and basic CRUD operations (create, read, update, delete) for the resources described below:
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 | ✓ | ✓ | ✓ | ✓ |
WIKI
Please review the pages on how to use redmine-net-api.
Contributing
Contributions are really appreciated!
A good way to get started (flow):
- Fork the redmine-net-api repository.
- Create a new branch in your current repos from the 'master' branch.
- 'Check out' the code with Git, GitHub Desktop, SourceTree, GitKraken, etc.
- Push commits and create a Pull Request (PR) to redmine-net-api.
License
The API is released under Apache 2 open-source license. You can use it for both personal and commercial purposes, build upon it and modify it.
Thanks
I would like to thank:
JetBrains for my Open Source ReSharper licence,
AppVeyor for allowing free build CI services for Open Source projects
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
.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. |
-
.NETFramework 2.0
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.5.1
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.6
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.7
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.7.1
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.8.1
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
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.6.9 | 532 | 8/31/2024 |
4.6.8 | 108 | 8/31/2024 |
4.6.7 | 175 | 8/26/2024 |
4.6.6 | 936 | 8/14/2024 |
4.6.5 | 5,830 | 10/3/2023 |
4.6.4 | 188 | 10/3/2023 |
4.6.3 | 150 | 10/3/2023 |
4.6.2 | 515 | 8/29/2023 |
4.6.1 | 236 | 8/28/2023 |
4.6.0 | 4,654 | 3/28/2023 |
4.5.0 | 690 | 3/7/2023 |
4.4.0 | 708 | 3/1/2023 |
4.3.0 | 16,403 | 6/8/2021 |
4.2.3 | 1,491 | 2/28/2021 |
4.2.2-v4.2.2- | 262 | 12/13/2020 |
4.2.0 | 3,972 | 9/30/2020 |
4.1.0 | 1,212 | 9/30/2020 |
4.0.1 | 3,988 | 6/6/2020 |
4.0.0 | 3,188 | 5/3/2020 |
3.0.6.1 | 1,496 | 2/21/2020 |
3.0.6 | 1,855 | 12/11/2019 |
3.0.4 | 761 | 12/10/2019 |
3.0.2-master-00152 | 462 | 12/10/2019 |
2.0.47 | 1,858 | 11/22/2019 |
2.0.43 | 5,726 | 10/23/2019 |
2.0.42 | 1,275 | 9/5/2019 |
2.0.41 | 615 | 9/5/2019 |
2.0.40 | 840 | 8/23/2019 |
2.0.38 | 1,179 | 6/13/2019 |
2.0.37 | 3,114 | 2/23/2019 |
2.0.36 | 2,083 | 2/14/2019 |
2.0.17 | 18,931 | 7/29/2018 |
2.0.16 | 2,216 | 3/28/2018 |
2.0.15 | 1,185 | 3/25/2018 |
2.0.14 | 2,379 | 1/10/2018 |
2.0.12 | 2,240 | 8/22/2017 |
2.0.8 | 1,430 | 7/5/2017 |
2.0.7 | 1,103 | 7/4/2017 |
2.0.6 | 2,113 | 5/23/2017 |
2.0.4 | 3,537 | 9/7/2016 |
2.0.3 | 1,128 | 9/4/2016 |
2.0.1 | 1,782 | 8/31/2016 |
1.0.4 | 2,457 | 6/13/2016 |
1.0.3 | 1,340 | 6/9/2016 |
1.0.2 | 3,819 | 3/14/2016 |
1.0.1 | 2,098 | 1/15/2016 |
1.0.0 | 5,025 | 1/14/2016 |
0.14.0 | 2,220 | 8/4/2015 |
0.13.0 | 1,364 | 7/30/2015 |