Retrieving Database with retrofit

I need help on retrieving database objects from backendless to android device using retrofit… Which url am I suppossed to use in retrofit rest adapter? Thank you…

Hi Samuel,

You may refer to our REST API documentation: https://backendless.com/documentation/users/rest/users_overview.htm

Thank you Sergey. So there’s no need to use retrofit. That is if they serve the same purpose?

Thank you Sergey. I have seen what I was looking for. Let me Work on it

Retrofit is just an HTTP wrapper, you may use it to use our REST API.

But since you’re on Android, we have a native Android SDK: https://backendless.com/documentation/users/android/users_overview.htm