kislayverma / rulette-server

REST server + UI for Rulette
http://rulette.org
Apache License 2.0
16 stars 2 forks source link

Minimal response on rule evaluation #2

Closed kislayverma closed 4 years ago

kislayverma commented 8 years ago

A call to get the rule for an input returns the full rule object, which is both un-necessary and revealing in too much internal implementation details.

We should return a more pared down object, which contains only the rule fields and the output value

kislayverma commented 4 years ago

Resolved along with the Spring boot migration