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

[FEATURE] Additional Restful Json Request instead Form-Data Requests #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

devmes
Copy link

@devmes devmes commented Apr 27, 2018

This pull request adds the option to send data in json format instead of standard form-data. Prerequisite is that on the request the content type is set to "application / Json". If no content type has been specified, the form data can be sent as before.

Json Post Sample:

curl --request POST http://localhost/routing/extension-key/my/demo/product
{
    "newProduct": {
        "type":"sample",
        "title":"sample"
    }
}

@devmes devmes changed the title Json Request instead Form-Data Requests [FEATURE] Additional Restful Json Request instead Form-Data Requests Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant