Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GOCDB/PI/Technical Documentation"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
Line 6: Line 6:
All client tool using GOCDB should register someone to the GOCDB discussion mailing list: gocdb-discuss_at_mailtalk.ac.uk. Releases, new features, changes in methods and general announcements related to this interface are made on this list.
All client tool using GOCDB should register someone to the GOCDB discussion mailing list: gocdb-discuss_at_mailtalk.ac.uk. Releases, new features, changes in methods and general announcements related to this interface are made on this list.


If your application is using the GOCDB Programmatic interface please request to join this mailing list by sending us a mail to [mailto:gocdb-admins@mailtalk.ac.uk].
If your application is using the GOCDB Programmatic interface please request to join this mailing list by sending us a mail to [mailto:gocdb-admins@mailtalk.ac.uk gocdb-admins@mailtalk.ac.uk].


<!-- OBSOLETE ==== Recent changes ====
<!-- OBSOLETE ==== Recent changes ====
Some changes have been made to the GOCDB-PI to follow GOCDB-4 model changes. You can browse the change summary page and the list of compatibility tests to know more about this, especially if you were used to the old system. -->
Some changes have been made to the GOCDB-PI to follow GOCDB-4 model changes. You can browse the change summary page and the list of compatibility tests to know more about this, especially if you were used to the old system. -->
=== Interface description ===
==== Interface type ====
GOCDB Programmatic Interface is a REST (Representational State Transfer) based interface over https. The use of https guarantees URLs are properly secured when transiting. Some of the methods are nonetheless public and don't require client side authentication (see [[DataProtectionAndAccess Data protection and access]]).
<span id="DataProtectionAndAccess">some text=== Data protection and access ===</span>

Revision as of 10:07, 10 November 2010


GOCDB Programmatic Interface

Important information about using the GOCDBPI

Releases, changes and announcements

All client tool using GOCDB should register someone to the GOCDB discussion mailing list: gocdb-discuss_at_mailtalk.ac.uk. Releases, new features, changes in methods and general announcements related to this interface are made on this list.

If your application is using the GOCDB Programmatic interface please request to join this mailing list by sending us a mail to gocdb-admins@mailtalk.ac.uk.


Interface description

Interface type

GOCDB Programmatic Interface is a REST (Representational State Transfer) based interface over https. The use of https guarantees URLs are properly secured when transiting. Some of the methods are nonetheless public and don't require client side authentication (see DataProtectionAndAccess Data protection and access).

some text=== Data protection and access ===