Android Question XUI ONE panel api

jconny

New Member
Hello, I want to connect my app to XUI ONE back end, I just need to authenticate the users I can create in the panel. Is there any reference or documentation to doing just that?
 

jconny

New Member
What is XUI ONE back end?

This one?
Thank you for your answer. I noticed that that API is very limited, it just has a basic CRUD. I want to create an app client which authenticates with the users of the resellers and give then access to their particular channel groups.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I want to create an app client
It is simple to create a client app to consume the API. Check this tutorial.

 
Upvote 0

jconny

New Member
It is simple to create a client app to consume the API. Check this tutorial.

I actually know how to connect an app to a back end, but in this case the Admin Api of XUI one is very limited, I would like to just fetch specific data as the channels. I tried the get_channels in the admin api, it does not bring the m3u link. And that Api does not have a authentication way to login from my app. I would have to handle the users in my server.
 
Upvote 0
Top