-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Open
add create member to resource class#2838
Description
Is your feature request related to a problem? Please describe.
at the moment the documented way to create a new item is to leverage getList.push per https://dataclient.io/rest/api/createResource#push which is pretty unintuitive, i'd love to see a create method replace that to more closely follow the get, update, delete methods