fouad-ecreators / moodle-mod_goone

0 stars 0 forks source link

Inefficient method of retrieving learning object ID #9

Closed cameorn1730 closed 4 years ago

cameorn1730 commented 5 years ago

Is it strictly necessary to download an entire scorm package, extract the loid, then delete it? Is it not possible for Go1's API to provide the loid directly?

fouad-ecreators commented 5 years ago

@cameorn1730 The scorm package also contains a token which is completely different to the clientid/secret oauth flow for registering a GO1 account.

I can't assume that all tokens will be the same for each package, If there is any improvement from the GO1 API to support this I'll be sure to implement it