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.What is XUI ONE back end?
This one?
XuiONE Tutorials - IPTV Blog
XUI.ONE is the most famous paid IPTV panel provided by GTA and team with great features and improved security. The panel kept available with 2 of the officialiptvblog.org
It is simple to create a client app to consume the API. Check this tutorial.I want to create an app client
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.It is simple to create a client app to consume the API. Check this tutorial.
[B4X] OkHttpUtils2 with Wait For
Downloading resources is simpler with the new Resumable Subs feature. Using Wait For we can wait for the JobDone event in the same sub that started the download. No longer is it needed to have a single sub that handles all requests results. Simplest example: Dim j As HttpJob j.Initialize(""...www.b4x.com