Closed ghost closed 9 years ago
You rock.
So there are a couple of tests that failed. Are those problems on the server-side or the client side?
The three failing tests also failed before I started this (I reforked the repo, ran all tests). I didn't look into the failing too deeply, but I'm certain they're not related to this PR.
TestInitiateAuthorizationInvalidParameter: If I remember correctly, this is because QueryCS is failing to find the correct number of elements from the error selector. This is probably (didn't check) due to rendered HTML changes that the test doesn't know about yet.
TestReadPersonPortraits: This is probably due to a change in the API, but I'm not sure.
TestReadCurrentTreePersonExpecting200Response: Same as above. Probably due to a change in the API.
Hey, @shanewalters , will you e-mail me when you have a moment? I'm having a hard time finding the appveyor project that was set up for this project.
Done
This should be a backwards compatible update allowing IRestRequest objects to redirect the client when the resource is on a different domain. Pay particular attention to RestClientExtensions.cs and FilterableRestClient.cs.