kestra-io / docs

Documentation for Kestra — an event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
https://kestra.io/docs
77 stars 73 forks source link

Add more HTTP Request task full plugin Examples #1597

Closed anna-geller closed 2 days ago

anna-geller commented 2 months ago

Description

Currently, there is not a single example that would be using Content-Type: application/json (only multipart form data) for the HTTP Request task.

anna-geller commented 2 months ago

part https://github.com/kestra-io/kestra/commit/7411c6d12e8e981ddfb298c7093b1e9c8924048f

wrussell1999 commented 1 month ago

@shrutimantri A few that we should make examples for:

If you can't find real websites that allow you to test making requests, we can use a dummy URL so that people get the idea. The key thing is showing people how they would format these types of examples inside of the task.