Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:10
Size: 470
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2008-09-12 12:14:47
Size: 474
Editor: kfc
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= PID API here = = PID API =
Line 3: Line 3:
A webservice for generating a PID will be provided. TODO: need wsdl
Line 5: Line 5:
The API will be trivially simple: A call to the given method will give the next available API. Optionally, a prefix may be given that should be part of the PID. A webservice for generating a PID is provided.

The API is trivially simple: A call to the given method will give the next available API. Optionally, a string may be given that should be part of the PID.
Line 9: Line 11:
Implementation note: Due to a length restriction of 64 characters for Fedora PIDs, any prefix longer than approx 50 characters will be shortened, to ensure space for adding a unique part to the PID. Implementation note: Due to a length restriction of 64 characters for Fedora PIDs, any string longer than approx 50 characters will be shortened, to ensure space for adding a unique part to the PID.

PID API

TODO: need wsdl

A webservice for generating a PID is provided.

The API is trivially simple: A call to the given method will give the next available API. Optionally, a string may be given that should be part of the PID.

The call should never fail.

Implementation note: Due to a length restriction of 64 characters for Fedora PIDs, any string longer than approx 50 characters will be shortened, to ensure space for adding a unique part to the PID.

PID API (last edited 2010-03-17 13:08:50 by localhost)