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

Add JSON data to request body #154

Merged
merged 1 commit into from
May 26, 2024
Merged

Conversation

joshtyf
Copy link
Owner

@joshtyf joshtyf commented May 24, 2024

Description

Added the ability to add json data to the request body. We can always make this modular by making the Content-type header a parameter instead of the hardcoded value, but I'm not sure how well our system will handle other data types.

Response from httpbin.org shown below

image

Closes #95

@joshtyf joshtyf merged commit 7b55d0b into main May 26, 2024
2 checks passed
@joshtyf joshtyf deleted the refactor/add-request-body-in-api-step branch May 26, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL Step Improvements
2 participants