Home > @uniformdev/canvas > DataSourceClient
DataSourceClient class
API client to make comms with the Next Gen Mesh Data Source API simpler
Signature:
Extends: ApiClient
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the <code>DataSourceClient</code> class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| get(options) | Fetches all DataSources for a project | |
| getList(options) | Fetches all DataSources for a project | |
| remove(body) | Deletes a DataSource | |
| upsert(body) | Updates or creates (based on id) a DataSource |