Method | Description | |
---|---|---|
GetSubmitStatusAsync ( IEnumerable |
Get the status of a number of pending submissions.
|
|
GetSubmitStatusAsync ( |
Get the status of a pending submission.
|
|
SubmitAsync ( IEnumerable |
Submit audio data to the AcoustID webservice.
|
|
SubmitAsync ( |
Submit audio data to the AcoustID webservice.
|
|
SubmitService ( string userKey ) : System |
Initializes a new instance of the SubmitService class. Visit https://acoustid.org/api-key to get a user key. |
|
SubmitService ( string userKey, IResponseParser parser ) : System |
Initializes a new instance of the SubmitService class. Visit https://acoustid.org/api-key to get a user key. |
Method | Description | |
---|---|---|
BuildQueryString ( IEnumerable |
||
BuildRequestBody ( IEnumerable |
||
CreateErrorResponse ( |
public GetSubmitStatusAsync ( IEnumerable |
||
submits | IEnumerable |
The pending submissions. |
return | Task |
public GetSubmitStatusAsync ( |
||
submit | The pending submission. | |
return | Task |
public SubmitAsync ( IEnumerable |
||
requests | IEnumerable |
The submit request data. |
return | Task |
public SubmitAsync ( |
||
request | The submit request data. | |
return | Task |
public SubmitService ( string userKey ) : System | ||
userKey | string | The user API key. |
return | System |
public SubmitService ( string userKey, IResponseParser parser ) : System | ||
userKey | string | The user API key. |
parser | IResponseParser | The |
return | System |