The PartheosRegistryResolver. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Parthenos_URL_Resolver
To get a normalized item name from a Parthenos URL. It applies a normalization function to get from an input Parthenos URL an item name that is catalogue compliant.
| media type | data type | description |
|---|---|---|
| application/json | ParthenosRequest (JSON) | the json request |
| media type | data type | description |
|---|---|---|
| text/plain | object | the response |
POST /parthenos_registry
Content-Type: application/json
Accept: text/plain
{
"entity_name" : "..."
}
HTTP/1.1 201 Created
Content-Type: text/plain
...
Resolve parthenos url. To resolve an "item" from a Parthenos URL stored in the Parthenos Catalogue at https://ckan-parthenos.d4science.org/
| name | type | description |
|---|---|---|
| path | path | the path |
| provider | path | the provider |
| remainPath | path | the remain path |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | the response |
GET /parthenos_registry/{provider}/{path}{remainPath}
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
...