-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The application server should answer the call http://localhost:8080/about.json
The following properties are required :
- client.host indicates the IP address of the client performing the HTTP request
- server.current_time indicates the server time in the Epoch Unix Time Stamp format (https://www.unixtimestamp.com)
- server.services indicates the list of services supported by the server
- server.services[].name indicates the name of the service
- server.services[].actions indicates the list of Actions supported by this service
- server.services[].actions[]. name indicates the identifier of this Action
- server.services[].actions[]. description indicates the description of this Action
- server.services[].reactions indicates the list of REActions supported by this service
- server.services[].actions[]. name indicates the identifier of this REAction
- server.services[].actions[]. description indicates the description of this REAction