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