Skip to content

zapadi/redmine-netcore-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine-netcore-api

redmine-netcore-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 x x - -
Custom Fields x - - -
Enumerations x - - -
Groups x x x x
Issues x x x x
Issue Categories x x x x
Issue Relations x x x x
Issue Statuses x - - -
News x - - -
Projects x x x x
Project Memberships x x x x
Queries x - - -
Roles x - - -
Time Entries x x x x
Trackers x - - -
Users x x x x
Versions x x x x
Wiki Pages x x x x

WIKI

Please review the wiki pages on how to use redmine-netcore-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 or SourceTree.
  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,

About

.Net Core API for Redmine bug/task management systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages