zapier / zapier-platform

The SDK for you to build an integration on Zapier

Home Page:https://platform.zapier.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Add support for `update` key in `resources` definition

rnegron opened this issue · comments

Current Behavior

Resources don't support more than 1 "write" action via the create key. This means that customers using resources have to "exit" out of resources to add support for update-relating write actions.

Desired Behavior / Feature Request

Update the ResourceSchema to support an optional update field. This could map to a {resourceName}Update key.

If there is consideration to open up the resource to handle updates, then I would suggest adding delete as well. Then the whole CRUD sequence would be supported by a resource.

@rnegron would like to work on this task, can you assign me this task? I am new to open source learning and adapting accordingly. Thanking you in anticipation