carpiediem / memrise-enhancement-suite

User Scripts for Memrise.com
GNU General Public License v3.0
58 stars 5 forks source link

JS API Documentation. #3

Open sustained opened 7 years ago

sustained commented 7 years ago

I've been trying to find some documentation for the Javascript API (such as the MEMRISE object). The MEMRISE object, especially, seems to have a lot of useful/interesting stuff from a quick glance such as functions for easily creating modals and so on and so forth.

Would anyone be interested in helping me try to decipher this? It would aid add-on developers greatly.

carpiediem commented 7 years ago

Have you seen the wiki? It's quite old, but some of it may still be useful. Feel free to make a PR if you see things that need changing.

sustained commented 7 years ago

Yeah, the wiki documents the REST API or the AJAX API or whatever you want to call it which is not at all what I'm talking about.

I'm talking about the frontend JavaScript API, not the backend API.