Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ApiDoc & Route annotation were conflicted | Jeremy Benoist | 2016-10-15 | 1 | -3/+2 |
| | | | | | | | | | | | | The generated error was “Unable to guess how to get a Doctrine instance from the request information.”. I haven’t checked deeper in Doctrine (I know it was coming from the DoctrineParamConverter). Anyway, I check for FosRest possiblity to add extra format without allowing them for every route (like it was done in the first place). I finally found a way but it then seems all request goes to the FormatListener of FosRest so I needed to add a custom rules to match all request to be sure we don’t get a 406 error from FosRest. Should be ok now … | ||||
* | Comment work with annotator v2 | Thomas Citharel | 2016-02-26 | 1 | -0/+1 |
| | | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests | ||||
* | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | routing for API, trying to respect #414 | Nicolas Lœuillet | 2015-01-29 | 1 | -0/+3 |
| | |||||
* | bundle for API | Nicolas Lœuillet | 2015-01-28 | 1 | -4/+0 |
| | |||||
* | 1st implementation of wallabag api, yeah | Nicolas Lœuillet | 2015-01-28 | 1 | -0/+4 |