Difference between revisions of "GCat Service"
From Gcube Wiki
Luca.frosini (Talk | contribs) (→Group Collection) |
Luca.frosini (Talk | contribs) (→Group Collection) |
||
Line 14: | Line 14: | ||
=== Group Collection === | === Group Collection === | ||
− | {| | + | {| class="wikitable" |
! Operation || HTTP Method || URL | ! Operation || HTTP Method || URL | ||
|- | |- |
Revision as of 16:41, 29 November 2018
The gCube Science Catalogue Service is a RESTful web service based on the principles defined in gCube Catalogue
Contents
Collections
Group Collection
Operation | HTTP Method | URL |
---|---|---|
List | GET | /groups |
Create | POST | /groups |
Read | GET | /groups/{NAME} |
Update | PUT | /groups/{NAME} |
Patch | PATCH | /groups/{NAME} |
Delete | DELETE | /groups/{NAME} |
Purge | PURGE | /groups/{NAME} |
Purge | DELETE | /groups/{NAME}?purge=true |