Changeset 78623 in spip-zone
- Timestamp:
- Nov 19, 2013, 8:04:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/app/trunk/http/atom.php
r78577 r78623 22 22 /* 23 23 * GET sur une collection 24 * http://site/ rest.api/atom/patates24 * http://site/http.api/atom/patates 25 25 */ 26 26 function http_atom_get_collection_dist($requete, $reponse){ … … 46 46 /* 47 47 * GET sur une ressource 48 * http://site/ rest.api/atom/patates48 * http://site/http.api/atom/patates/1234 49 49 */ 50 50 function http_atom_get_ressource_dist($requete, $reponse){
Note: See TracChangeset
for help on using the changeset viewer.