Changes between Version 3 and Version 4 of UniformClearinghouseAPIV2


Ignore:
Timestamp:
11/12/13 09:33:10 (10 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPIV2

    v3 v4  
    8080Each Registry or Authority API provides a ‘get_version’ method, which provides information to the caller (or a tool composing calls for a tool user) about versions and options supported by that API. The call takes no argument and is unguarded (anyone can call it). The return from the get_version call will be a dictionary including the following entries (by key):
    8181 * VERSION: A string with the version number of the Federation API (e.g. “1”). Note: this is the version of the API not the version of the implementation. This field is mandatory for all services.
     82 * URN : The URN of the service being contacted. This field is mandatory for SA and MA services, optional for Registry service.
    8283 * IMPLEMENTATION: A string with the version number of the implementation of this service (format implementation specific). This field is optional for services.
    8384 * SERVICES: The set of services the given URL supports