Adding JSON sample UI to response

This commit is contained in:
Alberto Pose
2012-11-21 13:20:09 -03:00
parent a1337cf118
commit dd1b2219b8
6 changed files with 33 additions and 11 deletions

View File

@@ -445,6 +445,7 @@
}
if (this.responseClass != null) {
this.responseClassSignature = this.getSignature(this.responseClass, this.resource.models);
this.responseSampleJSON = this.getSampleJSON(this.responseClass, this.resource.models);
}
this.errorResponses = this.errorResponses || [];
_ref1 = this.parameters;