Custom API request in server code?

Hi. I wrote some code in the API Engine using Backendless SDK(Java/Android) and right now I need execute custom api request from it. For instance, make post request to https://android.googleapis.com/gcm/send, it’s possible to implement? Thanks in advance!

Hi Oleh,

Maybe Javas UrlConnection API will be helpful for you? Nonetheless if you need higher-level API try using Apaches Http client.

Also don`t forget to set external URLs for your app.

Cheers, Artur.

Artur, I will try, thanks!