Skip to content

Creating custom providers using DI #433

@smolchanovsky

Description

@smolchanovsky

I want to create custom providers using DI. From the client's API side, it should look like this:

services.AddRestNClient<IBasicClientWithMetadata>(host: "http://localhost:5000", 
    implementationFactory: builder => builder
        .WithHandling<MyHandler>()
        .Build());

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions