Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created February 21, 2022 18:55
services.AddHttpClient<GitHubService>(httpClient =>
{
httpClient.BaseAddress = new Uri("https://api.github.com/");
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment