Interface IAiGatewayApiExecutor
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public interface IAiGatewayApiExecutor
Methods
|
Edit this page
View Source
ExecuteDelete(long?, long, string)
Declaration
Task<JObject> ExecuteDelete(long? userId, long aiProviderId, string path)
Parameters
Returns
| Type |
Description |
| Task<JObject> |
|
|
Edit this page
View Source
ExecuteGet(long?, long, string)
Declaration
Task<JObject> ExecuteGet(long? userId, long aiProviderId, string path)
Parameters
Returns
| Type |
Description |
| Task<JObject> |
|
|
Edit this page
View Source
ExecutePatch(long?, long, string, object)
Declaration
Task<JObject> ExecutePatch(long? userId, long aiProviderId, string path, object request)
Parameters
Returns
| Type |
Description |
| Task<JObject> |
|
|
Edit this page
View Source
ExecutePost(long?, long, string, object)
Declaration
Task<JObject> ExecutePost(long? userId, long aiProviderId, string path, object request)
Parameters
Returns
| Type |
Description |
| Task<JObject> |
|
|
Edit this page
View Source
ExecutePut(long?, long, string, object)
Declaration
Task<JObject> ExecutePut(long? userId, long aiProviderId, string path, object request)
Parameters
Returns
| Type |
Description |
| Task<JObject> |
|