METIS-Project / ILDE

Master Repository for the ILDE Platform
8 stars 1 forks source link

Implement getting information of a learning environment installation as a JSON #27

Closed javierht closed 11 years ago

javierht commented 11 years ago

GET

/GLUEPSManager/learningEnvironmentInstallations/{LEInstId}

returns a JSON with a "learning-environment-installation" structure.

Currently it returns an atom

javierht commented 11 years ago

The learning environment installation contains at least the following information: id, name, type, accesLocation.

JSON format example:

{"id":"http://localhost:8287/GLUEPSManager/learningEnvironmentInstallations/1","name":"Test Moodle installation in the cloud","type":"Moodle","accessLocation":"http://nikos.tel.uva.es/innpacto/moodle19/"}

Important: Note that the provided information about the learning environment installation is the same as the provided in the GET learningEnvironmentInstallations

javierht commented 11 years ago

completed