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

get() method sends data as body instead of url parameters #2

Open
olegwtf opened this issue Dec 4, 2017 · 0 comments
Open

get() method sends data as body instead of url parameters #2

olegwtf opened this issue Dec 4, 2017 · 0 comments

Comments

@olegwtf
Copy link

olegwtf commented Dec 4, 2017

If you'll call something like sp.get('/logs', data) this will not contruct url parameters as API expects, but instead will send them as request body. Request body in GET request is nonsense.

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

No branches or pull requests

1 participant