Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] sidetracker #12073

Open
pipedream-component-development opened this issue May 22, 2024 · 1 comment
Open

[Components] sidetracker #12073

pipedream-component-development opened this issue May 22, 2024 · 1 comment
Assignees
Labels
blocked Issue is blocked pending a resolution triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented May 22, 2024

sidetracker

URLs

Polling Sources

new-row-created

Prompt

Emit new event when a row is added to a list. Required props: the list ID on which to listen for new rows.

Actions

create-list

Prompt

Create a new list. Required props: the list name.

get-list

Prompt

Get a list by ID.

add-row

Prompt

Add a row to a list. Required props: the list ID and the row props

update-row

Prompt

Update a row in a list. Required props: the list ID, the row ID, and the row props.

delete-row

Prompt

Delete a row from a list. Required props: the list ID and the row ID.

@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label May 22, 2024
@jcortes jcortes self-assigned this May 22, 2024
@jcortes jcortes moved this from To Do to Doing in Component (Source and Action) Backlog May 22, 2024
@jcortes
Copy link
Collaborator

jcortes commented May 23, 2024

This is going to be blocked because I started to get the following error whenever I tried to make a request to any endpoint even from App registration
image

@jcortes jcortes added the blocked Issue is blocked pending a resolution label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue is blocked pending a resolution triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

No branches or pull requests

3 participants