SamsonIT / YouTrack

General classes to communicate with the YouTrack API
0 stars 6 forks source link

Allow talking to non-root youtrack installations to support Youtrack in-cloud instances. #3

Open fago opened 8 years ago

fago commented 8 years ago

I tried using the API with our youtrack hosted in-cloud. They use a URL with a subpath, like URL/youtrack/... Unfortunately, currently the sub-path is ignored as guzzle treats paths given as absolute paths as absolute paths. Attached PR fixes that.