JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
134 stars 105 forks source link

Switch to the new REST API #100

Closed Elwetana closed 3 years ago

Elwetana commented 3 years ago

Can I ask about the plans for support of the new REST API of YouTrack? Currently we are using the old /rest/... interface, but, if I understand it correctly, JetBrains wants to move to the new /api/... endpoint. This is obviously a substantial change, is there a plan to do it? Or do you have an insight into the state of development of different REST APIs in YouTrack?

Thanks for any information.

maartenba commented 3 years ago

The idea is to work with code generation based on the OpenAPI spec YouTrack provides for the new API. We are looking at this right now, but no news to share yet.

Relates to #94

Elwetana commented 3 years ago

Alright, thank you.