RocketChat call webService on android client

374 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 answers

0
Rafael Kellermann Streit 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.