Functions
Const POST
- POST<T>(collectionName: string, body: object, debug?: boolean, timeout?: number, idGenerator?: function): Promise<object>
-
Type parameters
Parameters
-
collectionName: string
-
body: object
-
Default value debug: boolean = false
-
Default value timeout: number = 0
-
Default value idGenerator: function = uuid
Returns Promise<object>