Skip to content

Create a Sift client implementation that can be configured via dependency injection. #75

Description

@CBaud

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions