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

Fix handling of urlname/urlpass in testRegistrationPostUrl #44

Closed rwiggins closed 6 years ago

rwiggins commented 6 years ago

The previous code used the wrong API parameter names for these parameters, plus it would send a placeholder name if one was omitted (even though one is not required).

This commit fixes the name problem and adds a convenience overload that doesn't require a urlname/urlpass.