Interface IPermissionModelFunc
interface IPermissionModelFunc { request( endpoint: string, quantity: number | "all", message: string, options?: JSONObject, body?: JSONObject, readOnly?: boolean, create?: boolean, ): Promise<JSONObject[]>;} Methods
request
request( endpoint: string, quantity: number | "all", message: string, options?: JSONObject, body?: JSONObject, readOnly?: boolean, create?: boolean,): Promise<JSONObject[]> Parameters
- endpoint: string
- quantity: number | "all"
- message: string
Optional
options: JSONObjectOptional
body: JSONObjectOptional
readOnly: booleanOptional
create: boolean