Declaring Type: EndpointAttribute
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
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