mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 20:14:47 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -6,7 +6,7 @@ export class FunctionService {
|
||||
constructor(token: string) {
|
||||
this.client = new m3o.Client({ token: token });
|
||||
}
|
||||
// Call a function
|
||||
// Call a function by name
|
||||
call(request: CallRequest): Promise<CallResponse> {
|
||||
return this.client.call(
|
||||
"function",
|
||||
|
||||
Reference in New Issue
Block a user