shanehofstetter / youtrack-rest-client

youtrack REST API client written in typescript
https://www.npmjs.com/package/youtrack-rest-client
MIT License
38 stars 21 forks source link

New REST API #2

Closed stefnotch closed 5 years ago

stefnotch commented 5 years ago

I've been using your library for a while and ran into some limitations of the old YouTrack API. Apparently, you're working on refactoring your library to use the new API: https://github.com/shanehofstetter/youtrack-rest-client/tree/switch-to-new-rest-api

May I ask, which parts of it are completed and which are still a WIP? Also, is there anything I could help you with?

shanehofstetter commented 5 years ago

Hi @stefnotch, first of all thanks for using my library! I updated the README in the branch you linked. It would of course be great if you could help me with one of the three outstanding topics I listed in the readme.

shanehofstetter commented 5 years ago

@stefnotch I just released v1.0.0 which covers almost the same functionality as the previous version with new REST API. Therefore I'm closing this issue for now, if you have any feature requests, feel free to open a new issue :).

stefnotch commented 5 years ago

@shanehofstetter Thank you so much for implementing the features! 😄

I will certainly open new issues (and pull requests) if I ever have any further feature requests.