+ 5
Does the SOLOLEARN APP use JSON to fetch data from its SERVER.......
4 odpowiedzi
+ 3
thanks @Tom
+ 1
It isn't much different from the website, because it's effectively just a wrapper around the site.
On PC, yes, some of it. Very little though -- most of it is HTML/JS and pictures. On mobile it's likely the same.
0
Yep, SoloLearn has https://api.sololearn.com it uses json objects.
Both the website and app , uses it to communicate with the backend.
But sadly for security reasons its private only. We cant fiddle around with it.
0
If some how you can bypass the ssl encryption and sniff out the api key and endpoints via mitm, then you are golden 👍 . btw @Tom i have made and seen alot of wrapper /web apps. SoloLearn feels quiet native to me.