Package org.molgenis.r
Class MolgenisRController
- java.lang.Object
-
- org.molgenis.r.MolgenisRController
-
@Controller public class MolgenisRController extends Object
Returns the molgenis R api client script
-
-
Constructor Summary
Constructors Constructor Description MolgenisRController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringshowMolgenisRApiClient(String token, org.springframework.ui.Model model)
-
-
-
Method Detail
-
showMolgenisRApiClient
@GetMapping("/molgenis.R") public String showMolgenisRApiClient(@TokenParam String token, org.springframework.ui.Model model)
-
-