node-moodle-client
node-moodle-client copied to clipboard
Node.js client for Moodle web services API
**I was stupid and posted this to the wrong github page. Apologies.**
I am trying to use the node client with react js and I am getting this error from this line ``` return client.call({ wsfunction: "moodle_service_app", }) ``` It says client.call...
I'm getting this error when I'm uploading users: ``` invalidtoken Invalid token - token not found ``` And this is my code: ``` function send_users_to_moodle(client, Json, count, x) { client.call({...
I have to upload every user one by one because of the thing that if I upload a JSON with existing users in it, it doesn't upload any user. But...
When i try to get course grades sending userids(the users are more than 1000) i get an 414 http error, there is any way to send the parameters in the...