-
Notifications
You must be signed in to change notification settings - Fork 10
getReportUri
devakumaraswamy edited this page Jan 21, 2020
·
2 revisions
Generate url for report(async)
Returns: promise
-
url for the report
Param | Type | Description |
---|---|---|
store | object |
restaf store |
name | string |
name of report |
To use this function you must have done this at some point earlier in your code
let {reports} = await store.addServices('reports');
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic