D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

HelloService Resource

GET /details

Response Body
media type data type description
application/json object

Example

Request
GET /details
Content-Type: */*
Accept: application/json

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

                
...
                
              

GET /hello

Hello

Response Body
media type data type description
text/plain string a string

Example

Request
GET /hello
Content-Type: */*
Accept: text/plain

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

                
...