implement remaining read-only REST API #179
Labels
IN PROGRESS
java
Pull requests that update Java code
javascript
Pull requests that update Javascript code
Prio: High
Type: Feature
remove the existing REST API, create the remaining read-only API for the following entities:
exctly as has been done for
TestResult
andTestParameter
in #177.I think the "run scenario endpoint" is the only existing endpoint that should remain, but be migrated to
POST /api/scenario/{name}/launch
. it therefore would probably make sense to "construct" a DTO api for "a scenario" (e.g.GET /api/scenario
as well).The text was updated successfully, but these errors were encountered: