Add Rest API for projects
Add Rest API in the same manner like group and users API for projects. Authentication should be bearer token based, that PIs can use the API.
The new URL should be available by .../rest/project/byid/{id} URL.
The Java classes need to be created from scratch and the new controller needs to be registered in the JaxRsApplicationActivator (edu.kit.scc.webreg.rest) class.
Hits: check the package edu.kit.scc.webreg.rest.
Example:
Project page: https://bwidm-test.scc.kit.edu/service-admin/list-service-users.xhtml?serviceId=47
RestAPI page: https://bwidm-test.scc.kit.edu/rest/service-admin/bystatus/sshtest/ACTIVE.
Edited by Haykuhi Musheghyan