Enum MultipleInterfaces
Enum representing the different options for generating multiple Refit interfaces.
public enum MultipleInterfaces
Fields
ByEndpoint = 1
Generate a Refit interface for each endpoint with a single Execute() method. The method name can be customized using the OperationNameTemplate setting.
ByTag = 2
Generate a Refit interface for each tag
Unset = 0
Do not generate multiple interfaces