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 "EGI AppDB REST API CHANGELOG"

From EGIWiki
Jump to navigation Jump to search
Line 2: Line 2:
The current document keep logs with changes between the versions of [[TNA3.4_Technical_Services#Applications_Database|AppDB]] REST API.
The current document keep logs with changes between the versions of [[TNA3.4_Technical_Services#Applications_Database|AppDB]] REST API.


==[[TNA3.4_AppDB_REST_API_v0.2|Version 0.2]] (2011-12-01)==
==[[TNA3.4_AppDB_REST_API_v1.0|Version 1.0]] (2012-06-15)==
* Authenticated write access through support of PUT/POST/DELETE HTTP verbs as per the CRUD paradigm
* Deprecated v0.2 of the API. It will still be available for a limited period of time, but will not be supported
 
==[[TNA3.4_AppDB_REST_API_v0.2|Version 0.2]] (2011-12-01)<small> <i><span style="color:#FF0000">deprecated</span></i></small>==
* Added [[TNA3.4_AppDB_REST_API_v0.2#Related_Applications|related applications]] retrieval for an application
* Added [[TNA3.4_AppDB_REST_API_v0.2#Related_Applications|related applications]] retrieval for an application
* Added users [[TNA3.4_AppDB_REST_API_v0.2#Applications_Ratings|ratings and comments]] retrieval of an application
* Added users [[TNA3.4_AppDB_REST_API_v0.2#Applications_Ratings|ratings and comments]] retrieval of an application
Line 11: Line 15:
* Removed [[TNA3.4_AppDB_REST_API_v0.1#Publication_list|publication list]]v0.1 request. The information is now retrieved with the [[TNA3.4_AppDB_REST_API_v0.2#Application_entry|application entry]] request.
* Removed [[TNA3.4_AppDB_REST_API_v0.1#Publication_list|publication list]]v0.1 request. The information is now retrieved with the [[TNA3.4_AppDB_REST_API_v0.2#Application_entry|application entry]] request.


==[[TNA3.4_AppDB_REST_API_v0.1|Version 0.1]] (2011-03-07)<small> <i><span style="color:#FF0000">deprecated</span></i></small>==  
==[[TNA3.4_AppDB_REST_API_v0.1|Version 0.1]] (2011-03-07)<small> <i><span style="color:#FF0000">obsoleted</span></i></small>==  
* Initial release of API
* Initial release of API

Revision as of 17:14, 13 June 2012

Introduction

The current document keep logs with changes between the versions of AppDB REST API.

Version 1.0 (2012-06-15)

  • Authenticated write access through support of PUT/POST/DELETE HTTP verbs as per the CRUD paradigm
  • Deprecated v0.2 of the API. It will still be available for a limited period of time, but will not be supported

Version 0.2 (2011-12-01) deprecated

Version 0.1 (2011-03-07) obsoleted

  • Initial release of API