pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 21 forks source link

Add an option for authentication to send POST requests #122

Open vladshcherbin opened 2 years ago

vladshcherbin commented 2 years ago

Hey 👋

It would be nice to have an option - to send GET requests or POST requests to api url. It's common to have a graphql api and usually it accepts only POST requests.

Related https://github.com/pusher/push-notifications-android/issues/121