YouTrackSharp 3.0.0
Rewrite of YouTrackSharp targeting .NET Standard 1.3.
Features
- All calls are
async
all the way. - Handles serialization of YouTrack's timestamps into
DateTime
where possible. - Authentication using permanent tokens. For YouTrack instances that do not have token support, username/password can be used.
- Comes with a color indices list.
The following API's are currently supported:
- User-related methods through
UserService
- Projects-related methods through
ProjectsService
- Issues-related methods through
IssuesService
- Time-tracking-related methods through
TimeTrackingService
Many other API's are not included yet - feel free to tackle one of the UpForGrabs
issues and make YouTrackSharp better!