RADAR-base / RADAR-RestApi

RESTful interface to access near real-time data
Apache License 2.0
2 stars 0 forks source link

Data for subject endpoints should be fetched from ManagementPortal #33

Closed dennyverbeeck closed 6 years ago

dennyverbeeck commented 7 years ago

The getAllSubjects and getSubject endpoints should get their data from ManagementPortal

yatharthranjan commented 7 years ago

The following have been implemented in this commit 9b8463445396c2b9723ae1a90c24360b27ce6c34 on the branch resolve_get_subjects_issue according to guidelines in issue #42

The following have been implemented but do not provided intended results because of this issue of MP issue 18. Once this issue is resolved, this should work.

A separate endpoint (/mp) has been created for exposing data retrieved from the MP for now. This can later be merged into (/api) Here {id} of subject in Rest-API = {login} of subject in MP All of this data is retrieved from the MP and formatted and exposed through REST-API.

yatharthranjan commented 6 years ago

closed with #43