RusticiSoftware / SCORMCloud_NetLibrary

A C# library to assist in the integration of the SCORM Cloud service into .Net 2.0+ applications.
http://scorm.com/scorm-solved/scorm-cloud/develop-a-scorm-cloud-app/
Other
11 stars 22 forks source link

Added CourseService.GetImportCourseAsyncUrl #33

Closed cambiaresearch closed 7 years ago

cambiaresearch commented 7 years ago

The API already has the sync version, CourseService.GetImportCourseUrl. It was a simple matter to add this async version of the method to support generating the form action URL for asynchronous content uploads to SCORM Cloud. Tested and working for me.

rwiggins commented 7 years ago

Awesome, thanks for the contribution!