Uses of Class
eu.dnetlib.developers.dto.API
-
Packages that use API Package Description eu.dnetlib.developers.controllers eu.dnetlib.developers.services -
-
Uses of API in eu.dnetlib.developers.controllers
Methods in eu.dnetlib.developers.controllers that return types with arguments of type API Modifier and Type Method Description org.springframework.http.ResponseEntity<API>APIController. create(ServiceForm form)org.springframework.http.ResponseEntity<List<API>>APIController. getAll()org.springframework.http.ResponseEntity<List<API>>APIController. getMyServices()org.springframework.http.ResponseEntity<List<API>>APIController. migrateAccessToken(List<RegisteredAT> registeredATS)org.springframework.http.ResponseEntity<API>APIController. update(Long id, ServiceForm form) -
Uses of API in eu.dnetlib.developers.services
Methods in eu.dnetlib.developers.services that return API Modifier and Type Method Description APIAPIService. save(ServiceForm form)APIAPIService. save(ServiceForm form, Long id)Methods in eu.dnetlib.developers.services that return types with arguments of type API Modifier and Type Method Description List<API>APIService. getAll()List<API>APIService. getMyServices()List<API>APIService. migrateAccessToken(List<RegisteredAT> registeredAT)
-