Commit Graph

43 Commits

Author SHA1 Message Date
shalvah
baa862721d Switch from bindings to @urlParam annotation 2019-10-06 18:32:19 +01:00
shalvah
20dbba94f5 Add better support for arrays and objects in bodyparameters 2019-10-06 17:48:02 +01:00
shalvah
02fb719d0d Update python template to work with new clean*Params format (fixes #587) 2019-09-12 23:21:50 +01:00
Sang Nguyen
ec1c4e90ac Fix Class 'Arr' not found 2019-09-04 15:48:25 +07:00
Sang Nguyen
7ab3127fb5 Add support Laravel 6.0 & remove deprecated functions 2019-09-04 15:04:17 +07:00
Shalvah
9d366efec8 Merge pull request #552 from MarnuLombard/feature/examples/exclude_from_examples
Allows users to exclude a parameter from having an example
2019-08-31 12:15:55 +01:00
shalvah
5647eda35e Parse @group tag on method properly - fixes #564, #561 2019-08-31 11:43:08 +01:00
Marnu Lombard
a8303a5500 [bugfix] Remove extra newline that makes the tests fail when comparing md to fixtures 2019-08-26 12:06:34 +02:00
Marnu Lombard
3fb2220b3a Use only the cleaned...Parameters for examples
- The `...Parameters` contain all values
- The `No-example` values are excluded from `cleaned...Parameters`
2019-08-26 11:20:57 +02:00
shalvah
abb7ef5b60 Separate endpoint group anem frmo group description and key by group name. Fixes #535 2019-08-25 21:23:11 +01:00
Khuong Van Cong
682fd1d40b Correct URI in example request for PHP 2019-08-21 10:46:46 +07:00
Daniel Alm
6bc4b53f8c Add support for query parameters in the bash template and ensure that all query parameters are URL-encoded. 2019-07-29 11:33:01 +02:00
Icaro Jerry
6f28592e38 Fix attribute name 2019-07-11 20:39:17 -03:00
Icaro Jerry
481968b99e Fix request 2019-07-09 19:06:39 -03:00
Ícaro Jerry
d0de8fb178 undo change not required 2019-06-25 11:55:49 -03:00
Icaro Jerry
2f8ee8fec5 makes the suggested changes 2019-06-25 11:32:12 -03:00
Icaro Jerry
920a308485 Merge branch 'master' of https://github.com/mpociot/laravel-apidoc-generator 2019-06-25 10:51:58 -03:00
shalvah
b164263158 Add tests on output, config and bindings 2019-06-23 21:06:36 +01:00
Ícaro Jerry
b66db12369 Remove unwanted white space 2019-06-12 10:43:40 -03:00
Ícaro Jerry
87d3cdeea7 Fix compatibility @includeFirst 2019-06-12 09:58:47 -03:00
Ícaro Jerry
3578242674 Allow to add new non-native language examples 2019-06-12 09:41:12 -03:00
Ícaro Jerry
e46e161018 Include Python as example language 2019-06-11 13:58:53 -03:00
shalvah
ced78cf066 Switch to apidoc.base_url 2019-06-08 12:27:36 +02:00
shalvah
793f15ace8 Fix tests 2019-05-02 21:30:54 +01:00
shalvah
5e8f81de27 Fix tests 2019-05-02 21:13:16 +01:00
shalvah
c5814762fa Include PHP as example language 2019-05-02 19:52:12 +01:00
shalvah
0aa737a2e5 Easier example language customisations 2019-05-02 19:51:48 +01:00
shalvah
cc5c7f6a7b Use bound URL in doc examples (closes #478) 2019-04-22 22:26:11 +01:00
Ezra Obiwale
54a4fe5dd5 Fix
- Ensure dot-noted parameters are transformed into proper arrays for requests
- Ensure url query are transformed into proper arrays for requests
- Display correct request body parameters for curl and javascript
2019-01-07 00:26:30 +01:00
Michał Golon
b20ddd487e Add support for multiple response/responsefile tags 2018-11-30 20:36:38 +01:00
Gabriel Peixoto
12da3ca253 Use javascript fetch instead of jquery. resolve #330 2018-11-27 20:10:08 -03:00
shalvah
c7e49529af Add support for specifying example parameters (closes #391) 2018-10-26 09:38:04 +01:00
shalvah
9219179972 Fix rendering of auth tag 2018-10-26 08:59:28 +01:00
shalvah
4a0131eef9 Merge remote-tracking branch 'remotes/master/master' 2018-10-26 08:49:07 +01:00
shalvah
8628be4c12 Fix issues with rendering example requests 2018-10-26 08:47:17 +01:00
Shalvah A
4d35cfccc6 Fix rendering of query parameters description 2018-10-22 19:41:30 +01:00
Lawrence Agbani
1ced3ec14e Merged upstream into working tree 2018-10-21 00:58:48 +02:00
Lawrence Agbani
e60d2751bc Added feature 344 to include @queryParam annotation for query parameters 2018-10-21 00:14:14 +02:00
shalvah
1e31759105 Fix tests 2018-10-13 09:40:22 +01:00
shalvah
b8ad92b9e5 Add authenticated annotation and badge support (closes #345) 2018-10-13 09:22:10 +01:00
shalvah
7cdc567c83 Add support for example value for routes using @bodyParam (fix #365) 2018-10-12 13:45:21 +01:00
shalvah
73dee2ba79 Add custom headers to generated doc 2018-10-11 15:13:32 +01:00
shalvah
ad45bca4e2 Update service provider and refactor namespaces 2018-10-07 14:39:06 +01:00