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