Skip to content

zapadi/redmine-net-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d502710 · Mar 30, 2025
Aug 31, 2024
Mar 30, 2025
Mar 30, 2025
Mar 14, 2018
Dec 6, 2019
Mar 1, 2023
Mar 14, 2018
Feb 12, 2024
Apr 28, 2020
Mar 20, 2017
Apr 28, 2020
Jan 4, 2025
Aug 3, 2024
Feb 6, 2024
Jan 9, 2025
Nov 19, 2019
Aug 3, 2024
Aug 3, 2024
Dec 6, 2019
Feb 28, 2021
May 3, 2020
Mar 5, 2022

Repository files navigation

Redmine .NET Api Appveyor last build status NuGet package Nuget Buy Me A Coffee

redmine-net-api redmine-net-api logo

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 wiki pages on how to use redmine-net-api.

Contributing

Contributions are really appreciated!

A good way to get started (flow):

  1. Fork the redmine-net-api repository.
  2. Create a new branch in your current repos from the 'master' branch.
  3. 'Check out' the code with Git, GitHub Desktop, SourceTree, GitKraken, etc.
  4. Push commits and create a Pull Request (PR) to redmine-net-api.

License

redmine-net-api

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.

Contributors

Thanks to all the people who already contributed!

Thanks

I would like to thank:

  • JetBrains for my Open Source ReSharper licence,

  • AppVeyor for allowing free build CI services for Open Source projects