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

IonicNative HTTP wrapper does not expose sendRequest method #2824

Closed
alan-grixti opened this issue Nov 26, 2018 · 2 comments
Closed

IonicNative HTTP wrapper does not expose sendRequest method #2824

alan-grixti opened this issue Nov 26, 2018 · 2 comments

Comments

@alan-grixti
Copy link

I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/

Current behavior:
Ionic Native HTTP plugin wrapper does not expose the sendRequest method.

Expected behavior:
Ionic Native HTTP plugin wrapper shows the sendRequest method among the rest of the methods.

@Edmu
Copy link

Edmu commented Feb 1, 2019

+1
Also worth mentioning that sendRequest supports the ability to set serializer per request which is good practice otherwise for sending one request with specific serializer requires switching global serializer and switching back for the following request (which is error-prone).

Edmu added a commit to Edmu/ionic-native that referenced this issue Feb 1, 2019
Adds missing sendRequest feature that has been implemented to cordova-plugin-advanced
which allows overriding global options for single request being sent via this method

Closes danielsogl#2824
danielsogl pushed a commit that referenced this issue Feb 14, 2019
Adds missing sendRequest feature that has been implemented to cordova-plugin-advanced
which allows overriding global options for single request being sent via this method

Closes #2824
niconaso pushed a commit to niconaso/ionic-native that referenced this issue Feb 14, 2019
Adds missing sendRequest feature that has been implemented to cordova-plugin-advanced
which allows overriding global options for single request being sent via this method

Closes danielsogl#2824
@github-actions
Copy link

github-actions bot commented Sep 9, 2021

There has been no recent activity and this issue has been marked inactive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants