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

Update apexecute to handle GET requests #298

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

Conversation

courtneyod
Copy link

@courtneyod courtneyod commented Apr 12, 2019

Updated apexecute so it can handle GET requests as well. It now conditionally calls json.dumps(data) if data is not None. Also added test coverage for apexecute.

@courtneyod courtneyod changed the title Update tests for apexecute Update apexecute to handle GET requests Apr 12, 2019
@cgabard
Copy link

cgabard commented Jan 30, 2020

With a recent update, our SF instance start complaining and we find the error narrow to this point.

We have implemented a workaround but I would prefer have a clean solution. I see that there is other attempt to fix this (see #324 for example).

Can I provide help to fix this and have it merged and released ? It seems the build issue is mainly a line too long.

@jon-wobken jon-wobken added the Backlog Issue will be looked at sometime in the future label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Issue will be looked at sometime in the future
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants