
Now when user requests a list of artifacts glare returns a json dict that has a section called after the type name, which contains the list of the artifacts. Example: GET /artifacts/my_artifacts {"my_artifacts": [...]} It's not really a restful approach, so it's suggested to create a unified section 'artifacts' for all cases, i.e. return {"artifacts": [...]} Change-Id: Ic0762f7a379754d19147a4f41a6d5a98abdc86b0