+ 13
Who would like a public SoloLearn API?
Wouldn't it be great if SoloLearn included a public API for use in the code playground? It would add a lot more possibilities for console based languages like C#, C++ and Java. We could use JSON for things like SoloLearn statistics, maybe even message other users to create our own chat app. Look at the SoloLearnFriendFinder I created in C# as an example: https://code.sololearn.com/cK7xYX5wQqV5/?ref=app
4 Respuestas
+ 6
SoloLearn already has a private API at https://api.sololearn.com that uses json objects to communicate with the backend of this app. But it has security tokens and we're not supposed to use it. If you use a packet sniffer with SSL capabilities you can view the communication. If they make part of it public, it would be a great training for learning to use APIs and json. Because it uses json, you can use it with any language that has web capabilities.
+ 5
I would do. A tutorial on it would also be nice. But since SoloLearn is about learning the basics of many languages and bringing programming to people who've never done it, not in-depth coverage of a small set of languages, it would have to be available in many languages (at least C#, C++, Python and Ruby).
+ 1
Hey everyone. Here is a partial SoloLearn API. See the post for further details.
https://www.sololearn.com/post/2445/?ref=app
0
@Amey I can't access you code example.