carpiediem / memrise-enhancement-suite

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

Create/Update course API #1

Closed AdrienLemaire closed 8 years ago

AdrienLemaire commented 9 years ago

Hello,

Ben Whately has copied the course JLPT N2 Vocab to JLPT N2 Vocab (copy), for me to edit it and reorder all the words following a frequency list.

I could crawl all items using your api documentation, but it's not possible to fetch the "Part of Speech" Column. Moreover, I do not want to create new items, but reuse those items instead.

Hence I'd like to bulk upload the list of item ids and level name, but it's not possible.

How did you investigate the current api and found all the calls described in your wiki ? If I can use the same technique to figure out what call I need in my case, that would be great.

Thank you!

carpiediem commented 9 years ago

I used the JavaScript console to watch server requests, then I poked around in the MEMRISE object that is loaded into the browser's memory during testing. If you find anything interesting, let me know and we can add to the wiki.