Skip to content

Server/About.json #11

@Bootoyka

Description

@Bootoyka

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions