Commit
5a71c2dfe3fde6f53bcb4ead46a976bd1798f382
by daouterelotsk52 Get the teams managed by a logged-in user through REST
Adds the private team resource to obtain the logged-in user managed
teams. A team DTO is used to send and receive the data. A generic type
class was needed to cast the response of the rest method into a List of
teams.