adaptlearning / adapt-contrib-xapi

TinCan/xAPI extension for the Adapt Framework
GNU General Public License v3.0
12 stars 28 forks source link

Adding an endpoint and authentication #14

Closed aniketdharia closed 7 years ago

aniketdharia commented 8 years ago

When we create a course there should be an option to add an endpoint and authentication information using which the course will pass the xAPI information to the LRS providing the end point.

ryanrolds commented 7 years ago

There may be a better way, but I've been adding ?agent={"mbox":"mailto:name@domain.com"}&endpoint=https://domain.com/data/xAPI&auth=Basic xxxxxxxxxx to the query string.

brian-learningpool commented 7 years ago

This is implemented now in the develop branch.