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

UserManagementService .CreateUser replaces ' ' with '%20' #90

Closed FinkoAI closed 4 years ago

FinkoAI commented 4 years ago

Expected behavior

There is still an issue in POST/PUT requests. It is linked to the #89.

Actual behavior

Currentlu it replaces spaces in string with the space escape code '%20'. I guess the reason is escaping strings for FromData requests. In case of POST/PUT data could be sent as is, because of sending in request body, but not in the URL

Steps to reproduce the behavior

maartenba commented 4 years ago

Thanks! Fix is on its way to NuGet