retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Implement REST service with Akka HTTP #1

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

Akka HTTP is not a real framework but a suite of libraries. Since we do not provide a web application here but a simple REST interface, it should be sufficient.

TODO instead of using rest.model, map our types from api into JSON and back.

tdauth commented 5 years ago

Drop the REST API for applications, test suites, test cases etc. and replace it by the REST API for the state machines only. The types in model and dsl should be adapted to the types in api.

tdauth commented 5 years ago

A REST/Bolt service can be used with Neo4J, see #19 .