I develop a not-so-RESTful API using Jersey and Jackson. All the API calls are annotated with @Path
, @GET
/@POST
, @Produces
and @Consumes
. I managed to generate a nice API documentation using enunciate.
The question is:
Is it possible to tell enunciate to create a single HTML page that would contain an index with all the API calls?