https://github.com/bigbuildbench/zapadi_redmine-net-api

https://github.com/bigbuildbench/zapadi_redmine-net-api

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BigBuildBench
  • License: apache-2.0
  • Language: C#
  • Default Branch: master
  • Size: 6.84 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Contributing License

README.md

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.

Thanks

I would like to thank:

  • JetBrains for my Open Source ReSharper licence,

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

Owner

  • Name: BigBuildBench
  • Login: BigBuildBench
  • Kind: organization

abbr. B3, benchmarking the repo-level understanding capability of your LLMs by reconstructing project build-file.

GitHub Events

Total
  • Create event: 4
Last Year
  • Create event: 4

Dependencies

.github/workflows/build-and-test.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-dotnet v4 composite
  • actions/upload-artifact v4 composite
docker-compose.yml docker
  • postgres 16-alpine
  • redmine 5.1.1-alpine
src/redmine-net-api/redmine-net-api.csproj nuget
tests/redmine-net-api.Tests/redmine-net-api.Tests.csproj nuget