addAPIApp method
Create Application (API)
Deprecated: Use CreateApplication instead to create an API application
Create a new API client. The client id will be generated and returned in the response. Depending on the chosen configuration also a secret will be generated and returned.
Implementation
$grpc.ResponseFuture<$0.AddAPIAppResponse> addAPIApp(
$0.AddAPIAppRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addAPIApp, request, options: options);
}