-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Initial commit of workflow SDK / OAuth docs #14053
Merged
Merged
Changes from 2 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
1c210e1
Initial commit of workflow invocation docs
dylburger 97c5839
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger a9626a6
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger e06e919
removing old docs, adding IP clarification
dylburger bb5a9e2
Removing broken link checker
dylburger 63ab997
Adding eslint-config-next to try to fix ESLint linting errors
dylburger cc1a987
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger 8cfb804
Adding pnpm lock again
dylburger c087633
Work so far
dylburger 72921fe
Many more fixes
dylburger b73b177
Many more docs changes
dylburger 28417e6
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger 9b798d5
Many more updates
dylburger f3bac44
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger b83ada2
Adding the PD SDK
dylburger cd7ce90
Updating Connect Link quickstart
dannyroosevelt 86e7b51
Some more docs updates
dannyroosevelt bb694e8
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger 3082b0c
Merge branch 'connect/workflow-sdk-docs' of github.com:PipedreamHQ/pi…
dylburger 5d3206d
Adding Apps, Users, Webhooks docs
dylburger 0a12942
Small tweaks
dannyroosevelt 1e2ef10
Adding info re: OAuth clients to Connect docs
dannyroosevelt d5b256b
More info re: OAuth clients
dannyroosevelt 4516cf0
Updating quickstart
dannyroosevelt 7cfd4e9
Adding /apps APIs, new /accounts params, changing include_credentials…
dylburger 3e2b4f5
Adding /components/search endpoint
dylburger f5d7c0c
Updating more client references
dylburger 8f7acfe
getAccounts changes
dylburger 0a5c3b6
Small quickstart fix
dylburger 7cb7338
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger 6bdfb2c
Docs tweaks
dannyroosevelt 6e1d464
s/oauth app/oauth client
dannyroosevelt d5df964
Update quickstart.mdx
dannyroosevelt ce0bdeb
Adding migration guide
dylburger 5c1160c
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger ea3f967
Merge remote-tracking branch 'origin/master' into connect/workflow-sd…
dylburger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OAuth section needs to be completed.
The OAuth section is currently marked as "TO DO". This important authentication method should be documented to provide a complete reference for users.
Please complete the OAuth section with relevant details and examples.