RocketChat call webService on android client

400 Views Asked by At

since 3 days ago i'm trying to find which file or implementation on android client is for RocketChat REST web services, for example:

/api/v1/login

unfortunately i cant find implementation classes for them to learn that for developing client application, Thanks in advance

1

There are 1 best solutions below

0
On

The currently Android App (version 1.0.25) is not using REST API for authentication (or any other method). It only uses Web Socket for that. Rocket.Chat is working in a Kotlin SDK that will implement this REST API calls: https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK.