Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 877 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 877 Bytes

Hydrus

See issues tagged with "wiki"


DISCLAIMER: this repo is only a collection of annotations at the moment, don't take them too seriously.

A project to develop a space sciences-based application to demonstrate features provided by HYDRA-powered HTTP APIs.

At the moment: start from STARTING.md

Running

  • In the repo directory python3 hydrus/application.py

Testing

  • curl -i localhost:5000/api
  • curl -i localhost:5000/api/astronomy
  • curl -i localhost:5000/api/solarsystem
  • curl -i localhost:5000/api/hydra/astronomy
  • curl -i localhost:5000/api/hydra/solarsystem
  • curl -X POST localhost:5000/api/planet/create -d '{"@id": "/api/planet/Mars", "@type": "astronomy:Planet"}'