Loïc

Results 15 comments of Loïc

> However, this request is very frequently used in the webUI to list the project by last activity (default behavior). This PR proposes a other solution, with an intermediary table...

I've done a small fix for that: The type will be automatically retrieve if method has parameters. @RestApiParam(name="query", type="String", paramType = RestApiParamType.QUERY,description = "my query") could be: @RestApiParam(name="query", paramType =...

A param used for all request?

I'm not sure to understand the issue. Do you have an issue with the PLAYGROUND (from rest api doc report)? Parameters were broken in an old version. Now it should...

I try with my actual version playground (0.3.1) and it works well. The url has max, offfstet (type error?),... ![image](https://cloud.githubusercontent.com/assets/1715849/4384145/42abeda8-43b1-11e4-9419-129b1d812e52.png) Can you just copy the url build by the playground?

Hi, The json file must be in your app root directory. It depends on your config/container (for my tomcat, its: /var/lib/tomcat7/restapidoc.json) You should try: 1. add this line in the...

dbk138: this will be done in 0.4 (realease soon). String outputFileGeneration: The path to the file where to store the JSON after generation String outputFileReading: The path to the JSON...

Could you locate the restapidoc.json file on your server (absolute path)? With grails.plugins.restapidoc.outputFileReading = "restapidoc.json", the server will look on the "current" directory for this file. It should be great...

RestApiDoc works with Grails 2.4.3. It seems to be an issue with one dependencie. Do you already have this issue?

Have you launch the grails rest-api-doc command? Do you have a "restapidoc.json" file in your grails project directory? What does this link show in your brower? A valid JSON? http://localhost:8080/MyApp/restApiDoc/api