All Projects → zapadi → Redmine Net Api

zapadi / Redmine Net Api

Licence: apache-2.0
.Net API for Redmine bug/task management systems.

Projects that are alternatives of or similar to Redmine Net Api

Taviloglu.Wrike.ApiClient
.NET Client for Wrike API
Stars: ✭ 24 (-81.68%)
Mutual labels:  api-client, dotnet-framework
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+40397.71%)
Mutual labels:  rest, api-client
Mobx Rest
REST conventions for Mobx
Stars: ✭ 164 (+25.19%)
Mutual labels:  rest, api-client
Api Php Client
PHP client of Akeneo PIM API
Stars: ✭ 56 (-57.25%)
Mutual labels:  rest, api-client
Visma.net
This is an open source API client for Visma.net Integrations
Stars: ✭ 10 (-92.37%)
Mutual labels:  rest, api-client
Php Redmine Api
A simple PHP Redmine API client, Object Oriented
Stars: ✭ 392 (+199.24%)
Mutual labels:  api-client, redmine
Js Client
A Open-API derived JS + Node.js API client for Netlify
Stars: ✭ 170 (+29.77%)
Mutual labels:  rest, api-client
Python Redmine
Python Redmine is a library for communicating with a Redmine project management application
Stars: ✭ 440 (+235.88%)
Mutual labels:  api-client, redmine
Apipie
Transform api declaration to js object for frontend. Inspired by VueRouter, koa-middleware and axios.
Stars: ✭ 29 (-77.86%)
Mutual labels:  rest, api-client
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+8017.56%)
Mutual labels:  rest, api-client
Api
🚀 GraphQL & REST APIs to explore all the rockets, launches & other SpaceX's data
Stars: ✭ 123 (-6.11%)
Mutual labels:  rest
Pykrakenapi
A python implementation of the Kraken API.
Stars: ✭ 124 (-5.34%)
Mutual labels:  api-client
Redmine Theme Minimalflat2
Minimal and flat theme for Redmine.
Stars: ✭ 128 (-2.29%)
Mutual labels:  redmine
Rest Easy
A simple REST client for Firefox
Stars: ✭ 129 (-1.53%)
Mutual labels:  rest
Rest
REST API generator with Node.js, Express and Mongoose
Stars: ✭ 1,663 (+1169.47%)
Mutual labels:  rest
Nukleardotnet
.NET binding for the Nuklear immediate mode GUI
Stars: ✭ 126 (-3.82%)
Mutual labels:  dotnet-framework
Jsonapi Vuex
Use a JSONAPI api with a Vuex store, with data restructuring/normalization.
Stars: ✭ 123 (-6.11%)
Mutual labels:  rest
Kraken Php
Official Kraken.io library for PHP - https://kraken.io
Stars: ✭ 121 (-7.63%)
Mutual labels:  api-client
Pyetrade
Python E-Trade API Wrapper
Stars: ✭ 120 (-8.4%)
Mutual labels:  api-client
Swagger Inflector
Stars: ✭ 131 (+0%)
Mutual labels:  rest

Nuget Redmine .NET Api Appveyor last build status NuGet package
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 x x - -
Custom Fields x - - -
Enumerations x - - -
Files x 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-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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].