D4Science D4Science Don't have a D4Science account? Create one

WekeoResolver Resource

The WekeoResolver provides a method to wrap the basic authentication from D4Science account to WekeoBroker service. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Wekeo_Resolver

GET /wekeo

Index.

Response Body
media type data type description
text/html object the input stream

Example

Request
GET /wekeo
Content-Type: */*
Accept: text/html

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: text/html

                
...
                
              

GET /wekeo/gettoken

Gets the token.

Response Body
media type data type description
application/json object (JSON) the token

Example

Request
GET /wekeo/gettoken
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
...