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

feat(actions): add webhook support #184

Merged
merged 2 commits into from Mar 20, 2022

Conversation

ludviglundgren
Copy link
Contributor

Add support for webhook action. This will allow for basic webhooks for now to integrate external programs easier like mmgoodnow/cross-seed.

Currently only POST and json data.

Future improvements:

  • set method (GET, POST, PUT, PATCH, DELETE)
  • set data type (URL encoded, JSON)
  • set headers

Resolves #171

@ludviglundgren ludviglundgren added enhancement New feature or request web backend Backend actions Filter actions labels Mar 19, 2022
@ludviglundgren ludviglundgren merged commit 159133e into develop Mar 20, 2022
@ludviglundgren ludviglundgren deleted the feature/actions-add-webhook branch March 20, 2022 11:16
@jorge123255
Copy link

I wanted to know if its possible with API keys to post a download to offcloud.com[ ](https://github.com/Offcloud/offcloud-api and if so how i cant find the post method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Filter actions backend Backend enhancement New feature or request web
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

exec expansion splits args based on space after variable expansion
2 participants