DownstreamRestApiExtensions Class

Definition

Extension methods to support downstream REST API services.

public static class DownstreamRestApiExtensions
type DownstreamRestApiExtensions = class
Public Module DownstreamRestApiExtensions
Inheritance
DownstreamRestApiExtensions

Methods

AddDownstreamRestApi(IServiceCollection, String, Action<DownstreamRestApiOptions>)

Adds a named downstream REST API service initialized with delegates.

AddDownstreamRestApi(IServiceCollection, String, IConfiguration)

Adds a named downstream REST API service related to a specific configuration section.

Applies to