carpiediem / memrise-enhancement-suite

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

User-specific API doesn't work #4

Open SavchenkoValeriy opened 7 years ago

SavchenkoValeriy commented 7 years ago

It looks like "Publicly-Available Data" group works as intended, but "User-Specific Statistics" ends up with "HTTP/1.1 301 Moved Permanently".

curl -c cookies.txt -b cookies.txt -G "http://www.memrise.com/api/course/learning/" -d "course_ids[]=8451" -v

If the API was moved/renamed, can you, please, update wiki.

carpiediem commented 7 years ago

If you're under the impression that I wrote or maintained the API, I did not. I just used this wiki to tkae notes on what I found. I haven't used Memrise in years at this point, so I won't be making any updates.

If you'd like to copy part of the content and bring the rest up to date, please feel free. If you'd rather improve this copy, make your edits and send a pull request; I'll fold it in.

SavchenkoValeriy commented 7 years ago

OK, I'll try to figure it out. Still thanks for your fast reply!