MantisSharp
MantisSharp copied to clipboard
A simple client for working with the MantisBT REST API
hi. MantisSharp.MantisClient client = new MantisSharp.MantisClient("?","?"); how i conncet to my localhast matis server?
This [issue](https://www.mantisbt.org/bugs/view.php?id=23145) indicates the REST API is going to be updated to support the deletion of notes. As no PR has been made yet, it doesn't make sense to add...
This [commit](https://github.com/mantisbt/mantisbt/pull/1132/commits/768ad66d22e7d2326249fd7473920cf518587b36) (also see issue [23143](https://www.mantisbt.org/bugs/view.php?id=23143)) shows that the REST API is getting support for appending notes to an existing issue. Update the client lib to support this ready for...