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

removed payload from incoming json requests #259

Merged
merged 1 commit into from
Aug 31, 2018
Merged

Conversation

josephmancuso
Copy link
Member

This PR fixes the weird payload input that is required to get the request inputs for incoming json requests.

Previously we had to do this:

def show(self):
    request().input('payload')['some_input']

now we just straight up grab the input we need:

def show(self):
    request().input('some_input')

@josephmancuso josephmancuso self-assigned this Aug 31, 2018
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 91.333% when pulling f3c598a on fix-json-request into 0263343 on develop.

@josephmancuso josephmancuso merged commit 308b3b1 into develop Aug 31, 2018
@josephmancuso josephmancuso mentioned this pull request Aug 31, 2018
31 tasks
@josephmancuso josephmancuso deleted the fix-json-request branch September 1, 2018 15:36
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.

None yet

2 participants