#1 Self-documenting API
Opened by fivaldi. Modified

It'd be nice to have something like https://resultsdb-api.engineering.redhat.com/api/v2.0/, see:

{
  "documentation": "http://docs.resultsdb20.apiary.io/", 
  "groups": "https://resultsdb-api.engineering.redhat.com/api/v2.0/groups", 
  "message": "Everything is fine. But choose wisely, for while the true Grail will bring you life, the false Grail will take it from you.", 
  "outcomes": [
    "PASSED", 
    "INFO", 
    "FAILED", 
    "NEEDS_INSPECTION", 
    "NOT_APPLICABLE", 
    "QUEUED", 
    "RUNNING"
  ], 
  "results": "https://resultsdb-api.engineering.redhat.com/api/v2.0/results", 
  "testcases": "https://resultsdb-api.engineering.redhat.com/api/v2.0/testcases"
}

Metadata