Commit Graph

103 Commits

Author SHA1 Message Date
shalvah
62f2cea58e Fix style issues, remove per-router generators 2018-10-16 03:59:39 +01:00
shalvah
8c62c542b0 Reimplement response calls (#364) 2018-10-16 01:51:26 +01:00
shalvah
5b332a0530 Fix style issues 2018-10-14 16:12:40 +01:00
shalvah
bb96d0f8fc Allow method to override controller @group (closes #339) 2018-10-14 16:09:13 +01:00
shalvah
10994ed36e Fix style issues 2018-10-13 09:26:15 +01:00
shalvah
b8ad92b9e5 Add authenticated annotation and badge support (closes #345) 2018-10-13 09:22:10 +01:00
shalvah
b0d5174e36 Uncomment tearDown block 2018-10-12 14:27:28 +01:00
shalvah
6e60d14ea2 Make bodyParam parsing more rbust 2018-10-12 14:26:08 +01:00
shalvah
11424885ed Fix merge conflicts and style issues 2018-10-11 17:09:27 +01:00
shalvah
8720048d6a Fix style issues 2018-10-11 17:01:43 +01:00
shalvah
1418ed9189 Update tests 2018-10-11 15:13:53 +01:00
shalvah
9e270b02fe Remove unused fixtures 2018-10-11 13:30:54 +01:00
shalvah
dd55e48dd6 Implement parsing of bodyParam tag (#343) and switch tests to use config (#303) 2018-10-11 13:29:32 +01:00
shalvah
693dd60ef0 Clean up imports and fix namesapce 2018-10-08 17:39:05 +01:00
shalvah
52702aed2a Implement RouteMatcher 2018-10-08 17:37:38 +01:00
shalvah
da523ab383 Merge remote-tracking branch 'origin/master' 2018-10-07 14:39:15 +01:00
shalvah
ad45bca4e2 Update service provider and refactor namespaces 2018-10-07 14:39:06 +01:00
Shalvah A
752f7e3ad0 Update from base (#8)
* Update doc to address custom validation rules (#247)

* Add description for array validation rule

* Apply fixes from StyleCI

* Remove dd() call

* replace api namespace by apidoc

* add needed apidoc renames
2018-10-07 14:37:53 +01:00
shalvah
1ea162f3c9 Remove FormRequest parsing (#343) 2018-10-07 13:37:34 +01:00
Shalvah A
3364d23884 Update from base (#7)
* Update doc to address custom validation rules (#247)

* Add description for array validation rule

* Apply fixes from StyleCI

* Remove dd() call
2018-10-07 02:42:19 +01:00
shalvah
983bb5bc19 Add description for array validation rule 2018-10-07 02:07:06 +01:00
Marcel Pociot
18ed04cc86 Apply fixes from StyleCI 2018-10-06 23:34:05 +00:00
shalvah
87473f5a44 Add tests for partial resource routes (#295) 2018-10-07 00:25:46 +01:00
shalvah
70c0cda1cf Add tests for prependinf and appending markdown (#191) 2018-09-16 10:13:35 +01:00
shalvah
d5bbd7b94e Add support for appending/prepending markdown content (closes #262) 2018-09-15 21:10:23 +01:00
shalvah
fae5fd142f Fix formatting issues with generated markdown (Fixes #191) 2018-09-15 20:46:57 +01:00
shalvah
dde13fdc68 Code style tweaks 2018-09-15 17:59:25 +01:00
shalvah
5976188829 Code style fixes 2018-09-15 09:04:28 +01:00
shalvah
47e4816cae Make tests work on Windows 2018-09-15 08:52:22 +01:00
shalvah
1ca8ac59cd Parse JSON responses from @response or @transformer correctly 2018-09-12 11:06:33 +01:00
Marcel Pociot
52b48eb368 Apply fixes from StyleCI 2018-09-11 16:18:53 +00:00
shalvah
676e6f496c Fix #317 - generate responses from @response tag regardless of HTTP method 2018-09-11 17:12:02 +01:00
shalvah
f923227298 Update tests, ignore IDE files 2018-09-09 20:29:10 +01:00
Shalvah A
51d2fb17ba Merge pull request #236 from kotfire/master
Support custom validator method on laravel FormRequest
2018-09-09 02:46:09 +01:00
Shalvah A
fc0db6e2f0 Merge pull request #180 from rudiedirkx/no_head
#176 don't document HEAD
2018-09-07 10:57:34 +01:00
sempixel
460d221a07 Fix test 2018-03-12 17:28:17 +01:00
Gustavo Real
fef4712966 support custom validator method on laravel form request 2017-10-10 17:21:48 +01:00
Tobias van Beek
6b1c502758 Adddocblockhandling (#192)
* Add the handling for a @transformer @transformercollection or @result tag in the method docblock

* Update the readme to document the @transform, @transformercollection and @response tag

* Fix the styleci issues

* Apply patch form styleci

* Add a transformermodel tag and support PHP 5

* Fix the version without a modeltag

* Always use the transformermodel tag and a codestyle issue
2017-05-29 17:14:38 +02:00
Rudie Dirkx
ed92f93d01 #176 don't document HEAD Iv - tests 2017-05-25 23:18:23 +02:00
Rudie Dirkx
3fd150e230 #176 don't document HEAD III - tests 2017-05-25 23:07:21 +02:00
Marcel Pociot
a4ad23af21 Added Laravel 5.4 compatibility 2017-01-29 22:07:12 +01:00
Mark
12abacdb9e use -X METHOD for bash example (#136)
* use -X METHOD for bash example

* Make test pass

* That white space

* Update route.blade.php
2017-01-10 15:21:05 +01:00
Marcel Pociot
39d4195c0e Apply fixes from StyleCI 2016-12-07 14:57:18 +00:00
Marcel Pociot
5d1ffe1a78 Applied fixes from StyleCI 2016-11-24 22:18:24 +00:00
Marcel Pociot
98205108db Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator 2016-11-24 23:18:14 +01:00
Marcel Pociot
aaa36dcd6c Use JSON_UNESCAPED_UNICODE - Fixes #102 2016-11-24 23:17:57 +01:00
Marcel Pociot
96c553a165 Applied fixes from StyleCI 2016-11-24 22:09:31 +00:00
Marcel Pociot
7dd3f6367b Added tests 2016-11-24 23:08:52 +01:00
Idir Ouhab Meskine
c2388cba27 Fix issue #114 (#123)
Adding indentation to js example request
2016-11-13 00:30:25 +01:00
Marcel Pociot
5f37e0c293 Applied fixes from StyleCI 2016-10-06 12:43:23 +00:00