@RequestMapping(method = RequestMethod.GET, produces = "application/json")
 public @ResponseBody Documentation getResourceListing() {
   return apiReader.getResourceListing();
 }