You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing client can be manually constructed with a string containing the API key and an optional HTTP client reference. It should be possible to also provide a client implementation with a constructor that can be configured via dependency injection. For example, this can be achieved using an IOptions<T> reference to retrieve the API key and an IHttpClientFactory reference to generate the HTTP client reference.
The text was updated successfully, but these errors were encountered:
CBaud
changed the title
Create a
Create a SiftClient implementation that can be configured via dependency injection.
Jul 24, 2024
CBaud
changed the title
Create a SiftClient implementation that can be configured via dependency injection.
Create a Sift client implementation that can be configured via dependency injection.
Jul 24, 2024
The existing client can be manually constructed with a string containing the API key and an optional HTTP client reference. It should be possible to also provide a client implementation with a constructor that can be configured via dependency injection. For example, this can be achieved using an IOptions<T> reference to retrieve the API key and an IHttpClientFactory reference to generate the HTTP client reference.
The text was updated successfully, but these errors were encountered: