Changes between Version 12 and Version 13 of UniformClearinghouseAPI


Ignore:
Timestamp:
08/15/13 11:12:09 (11 years ago)
Author:
jmccolga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v12 v13  
    342342
    343343
     344/*
     345
     346Provide a structure detailing the version information as well as details of accepted options s for CH API calls.
     347
     348NB: This is an '''unprotected''' call, no client cert required.
     349
     350'''Arguments:'''
     351
     352None
     353
     354'''Return:'''
     355
     356get_version structure information as described above
     357
     358*/
     359
     360function '''get_version()'''
     361
     362/*
     363
     364Return information about all aggregates associated with the Federation
     365
     366
     367NB: This is an unprotected call, no client cert required.
     368'''Arguments:'''
     369
     370options: List of field names (from get_version) to be provided for each AM
     371'''
     372Return:'''
     373
     374List of dictionaries of name/value pairs for each returned AM
     375
     376*/
     377
     378function '''get_aggregates'''(options)
     379