{"id":13654260,"url":"https://github.com/zapadi/redmine-net-api","last_synced_at":"2026-04-04T17:36:16.739Z","repository":{"id":28750639,"uuid":"32272653","full_name":"zapadi/redmine-net-api","owner":"zapadi","description":".Net API for Redmine bug/task management systems.","archived":false,"fork":false,"pushed_at":"2025-12-17T14:27:36.000Z","size":8231,"stargazers_count":181,"open_issues_count":12,"forks_count":94,"subscribers_count":28,"default_branch":"master","last_synced_at":"2026-03-04T19:09:51.639Z","etag":null,"topics":["api-client","c-sharp","dotnet","dotnet-framework","dotnetcore","redmine","redmine-api","rest-api-client"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zapadi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"vXCNnz9"}},"created_at":"2015-03-15T17:03:54.000Z","updated_at":"2026-03-03T15:23:19.000Z","dependencies_parsed_at":"2024-01-17T02:14:57.819Z","dependency_job_id":"9f9e2141-15fa-4cf9-b068-9a6b94571624","html_url":"https://github.com/zapadi/redmine-net-api","commit_stats":{"total_commits":741,"total_committers":25,"mean_commits":29.64,"dds":"0.32793522267206476","last_synced_commit":"82b030faafe5c397e2d6f85170d577be2408fda3"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/zapadi/redmine-net-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapadi%2Fredmine-net-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapadi%2Fredmine-net-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapadi%2Fredmine-net-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapadi%2Fredmine-net-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapadi","download_url":"https://codeload.github.com/zapadi/redmine-net-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapadi%2Fredmine-net-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","c-sharp","dotnet","dotnet-framework","dotnetcore","redmine","redmine-api","rest-api-client"],"created_at":"2024-08-02T02:01:25.817Z","updated_at":"2026-04-04T17:36:16.723Z","avatar_url":"https://github.com/zapadi.png","language":"C#","funding_links":["https://buymeacoffee.com/vXCNnz9","https://www.buymeacoffee.com/vXCNnz9"],"categories":["API wrapper"],"sub_categories":["Commercial Themes"],"readme":"# ![Redmine .NET API](https://raw.githubusercontent.com/zapadi/redmine-net-api/master/logo.png) redmine-net-api\n\n[![NuGet](https://img.shields.io/nuget/v/redmine-api.svg)](https://www.nuget.org/packages/redmine-api) \n[![NuGet Downloads](https://img.shields.io/nuget/dt/redmine-api)](https://www.nuget.org/packages/redmine-api) \n[![License](https://img.shields.io/github/license/zapadi/redmine-net-api)](LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/zapadi/redmine-net-api)](https://github.com/zapadi/redmine-net-api/graphs/contributors)\n\n\nA modern and flexible .NET client library to interact with [Redmine](https://www.redmine.org)'s REST API.\n\n\n## 🚀 Features\n\n- Full REST API support with CRUD operations\n- Supports both XML and JSON data formats\n- Handles GZipped server responses transparently\n- Easy integration via NuGet package\n- Actively maintained and community-driven\n\n| Resource             | Read | Create | Update | Delete |\n|----------------------|:----:|:------:|:------:|:------:|\n| Attachments          | ✅   | ✅     | ❌     | ❌     |\n| Custom Fields        | ✅   | ❌     | ❌     | ❌     |\n| Enumerations         | ✅   | ❌     | ❌     | ❌     |\n| Files                | ✅   | ✅     | ❌     | ❌     |\n| Groups               | ✅   | ✅     | ✅     | ✅     |\n| Issues               | ✅   | ✅     | ✅     | ✅     |\n| Issue Categories     | ✅   | ✅     | ✅     | ✅     |\n| Issue Relations      | ✅   | ✅     | ✅     | ✅     |\n| Issue Statuses       | ✅   | ❌     | ❌     | ❌     |\n| My Account           | ✅   | ❌     | ✅     | ❌     |\n| News                 | ✅   | ✅     | ✅     | ✅     |\n| Projects             | ✅   | ✅     | ✅     | ✅     |\n| Project Memberships  | ✅   | ✅     | ✅     | ✅     |\n| Queries              | ✅   | ❌     | ❌     | ❌     |\n| Roles                | ✅   | ❌     | ❌     | ❌     |\n| Search               | ✅   |        |        |        |\n| Time Entries         | ✅   | ✅     | ✅     | ✅     |\n| Trackers             | ✅   | ❌     | ❌     | ❌     |\n| Users                | ✅   | ✅     | ✅     | ✅     |\n| Versions             | ✅   | ✅     | ✅     | ✅     |\n| Wiki Pages           | ✅   | ✅     | ✅     | ✅     |\n\n\n## 📦 Installation\n\nAdd the package via NuGet:\n\n```bash\ndotnet add package Redmine.Net.Api\n```\n\nOr via Package Manager Console:\n\n```powershell\nInstall-Package Redmine.Net.Api\n```\n\n\n## 🧑‍💻 Usage Example\n\n```csharp\nusing Redmine.Net.Api;\nusing Redmine.Net.Api.Types;\nusing System;\nusing System.Threading.Tasks;\n\nclass Program\n{\n    static async Task Main()\n    {\n        var options = new RedmineManagerOptionsBuilder()\n            .WithHost(\"https://your-redmine-url\")\n            .WithApiKeyAuthentication(\"your-api-key\");\n\n        var manager = new RedmineManager(options);\n\n        // Retrieve an issue asynchronously\n        var issue = await manager.GetAsync\u003cIssue\u003e(12345);\n        Console.WriteLine($\"Issue subject: {issue.Subject}\");\n    }\n}\n```\nExplore more usage examples on the [Wiki](https://github.com/zapadi/redmine-net-api/wiki).\n\n\n## 📚 Documentation\n\nDetailed API reference, guides, and tutorials are available in the [GitHub Wiki](https://github.com/zapadi/redmine-net-api/wiki).\n\n\n## 🙌 Contributing\n\nSee the [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.\n\n## 💬 Join on Slack\n\nWant to talk about Redmine integration, features, or contribute ideas?  \nJoin Slack channel here: [dotnet-redmine](https://join.slack.com/t/dotnet-redmine/shared_invite/zt-36cvwm98j-10Sw3w4LITk1N6eqKKHWRw)\n\n\n## 🤝 Contributors\n\nThanks to all contributors!\n\n\u003ca href=\"https://github.com/zapadi/redmine-net-api/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=zapadi/redmine-net-api\" /\u003e\n\u003c/a\u003e\n\n\n## 📝 License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).\n\n\n## ☕ Support\n\nIf you find this project useful, consider ![[buying me a coffee](https://cdn.buymeacoffee.com/buttons/lato-yellow.png)](https://www.buymeacoffee.com/vXCNnz9) to support development.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapadi%2Fredmine-net-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapadi%2Fredmine-net-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapadi%2Fredmine-net-api/lists"}