Changeset 2191


Ignore:
Timestamp:
Mar 30, 2012, 11:22:55 AM (11 years ago)
Author:
work@…
Message:
  • added getAssayData api call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/api/ApiController.groovy

    r2190 r2191  
    228228            def serviceArguments = "assayToken=${assayToken}"
    229229
     230//            def callModuleMethod( String consumer, String restUrl, String args = null, String requestMethod = "GET", SecUser remoteUser = null) {
     231
    230232            def json = moduleCommunicationService.callModuleMethod(
    231233                    assay.module.url,
    232234                    serviceURL,
    233235                    serviceArguments,
    234                     "POST"
     236                    "POST",
     237                    user
    235238            );
    236239
Note: See TracChangeset for help on using the changeset viewer.