Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use this library with a proxy (mock) server? #217

Open
kimbilida opened this issue Feb 17, 2020 · 1 comment
Open

How can I use this library with a proxy (mock) server? #217

kimbilida opened this issue Feb 17, 2020 · 1 comment

Comments

@kimbilida
Copy link

I'd like to use a mock server for our CI integration tests but I can't see a way to configure the BaseUrl. Can this be made a read/write property?

@kimbilida
Copy link
Author

ah, I guess I can do
mandrillApi.SetHttpClient(new HttpClient { BaseAddress = new Uri(myConfig.BaseUrl) });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant