Declaring Type: CustomEndpointAttribute
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
public CustomEndpointAttribute(string endpointName, string accountName, string version = "1");
endpointName
string
The name of the product associated to the expected model.
accountName
string
The name of the account wich hold the API. Usefull when using custom builder.
version
string
The version number of the API. Without the v (for example for the v1.2: 1.2). By default set to 1.0
Documentation generated by MdDocs