Commit Graph

42 Commits

Author SHA1 Message Date
shalvah
954e883144 Add API resources strategy 2019-10-08 22:12:58 +01:00
shalvah
baa862721d Switch from bindings to @urlParam annotation 2019-10-06 18:32:19 +01:00
shalvah
ffb3563bfd Update docs, refactor API 2019-09-05 00:36:48 +01:00
shalvah
d209dff999 Move Responses to strategies 2019-09-02 17:05:35 +01:00
shalvah
29df46880c Move Query and Body Params to strategies
TODO: move the "clean" functionality
2019-09-02 00:24:56 +01:00
shalvah
67c61fef8d First implementation of plugin architecture
- Split route processing into stages: metadata, bodyParameters, queryParameters, responses
- Provide tool to fetch route docblocks (with caching)
2019-09-01 23:40:28 +01:00
Guilherme Pressutto
b3a93deda0 Not using config helper inside config file 2019-08-02 09:38:32 -03:00
Icaro Jerry
2f8ee8fec5 makes the suggested changes 2019-06-25 11:32:12 -03:00
shalvah
ced78cf066 Switch to apidoc.base_url 2019-06-08 12:27:36 +02:00
shalvah
d2901e51a6 Re-add faker seed + tests 2019-05-23 19:13:40 +01:00
shalvah
0aa737a2e5 Easier example language customisations 2019-05-02 19:51:48 +01:00
shalvah
2a43e4af18 Update documentation 2019-04-29 00:42:43 +01:00
shalvah
72b5f546c1 Switch from ungrouped_name to default_group 2019-04-29 00:14:06 +01:00
shalvah
34bff3ed8e Add option to seed faker for deterministic output (closes #461) 2019-04-23 15:59:53 +01:00
shalvah
68cd100065 Replace env section with config
This is because Laravel loads values from the .env file before the generator has a chance to run, so env variables set there can't be changed. Also, the `env` helper caches variables. So the `env` section wasn't really changing any env variables.
2019-04-22 21:30:45 +01:00
russellgalpin
8137cbb616 Allow override of the name 'general' for ungrouped routes 2019-04-03 09:56:05 +01:00
yusuke nakazawa
850e4cf8d1 feat: cookies added to response_call. 2019-03-08 18:52:13 +09:00
Shalvah
70b159baf6 Update apidoc.php 2019-01-25 19:38:13 +01:00
Shalvah
017a90a09b Update apidoc.php 2019-01-25 19:37:42 +01:00
Enrico Werkema
14afe077e9 Specify more Postman parameters
Name and description of Postman collection can be specified
2019-01-04 15:14:30 +01:00
Marcel Pociot
236e87793a Apply fixes from StyleCI 2019-01-02 19:53:01 +00:00
Shalvah
bf78d314a5 Update apidoc.php 2019-01-02 20:47:23 +01:00
Lloric Mayuga Garcia
7dd614ff6c 👍 example
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
2018-12-26 17:50:41 +08:00
Lloric Mayuga Garcia
a655125a8e 📚 more detail
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
2018-12-26 17:47:41 +08:00
Lloric Mayuga Garcia
70df4c9bed ♻️ Add test on new feature, try to improve code coverage.
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
2018-12-26 12:18:57 +08:00
Lloric Mayuga Garcia
cd5cfc234a style 2018-12-26 11:38:57 +08:00
Lloric Mayuga Garcia
32b375b2ea null default serializer 2018-12-26 11:34:48 +08:00
Lloric Mayuga Garcia
6361301cf8 set default 2018-12-26 11:27:30 +08:00
Lloric Mayuga Garcia
d360dcc0ad add config for custom serializer 2018-12-26 11:11:36 +08:00
An Phan
bda366bd86 Fix some config typos 2018-12-08 23:45:32 +01:00
Gabor Nemeth
89ec6b2389 handle patterns in include list also 2018-11-23 06:43:54 +01:00
Shalvah A
50edba8ac5 Merge branch 'master' into master 2018-10-21 14:24:14 +01:00
Shalvah A
cd03137d78 Update apidoc.php 2018-10-21 14:22:45 +01:00
Shalvah A
4be52a6cd0 Fix typo 2018-10-16 09:34:58 +01:00
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
Thomas van der Beek
a684403e8d Add custom logo support - passing tests 2018-10-12 23:35:53 +02:00
Thomas van der Beek
7f8ffe9b24 Add custom logo support - passing tests 2018-10-12 23:34:34 +02:00
Thomas van der Beek
2862e05eb7 Add custom logo support 2018-10-12 23:29:05 +02:00
shalvah
8720048d6a Fix style issues 2018-10-11 17:01:43 +01:00
shalvah
2847da19b0 Apply configuration to route groups 2018-10-11 15:12:30 +01:00
shalvah
e83a4bcde5 Move to config file (#303) 2018-10-08 17:37:18 +01:00