284 Commits

Author SHA1 Message Date
William Durand
c3092d5e36 Merge pull request #730 from OskarStark/patch-1
wrong parameter??
2015-10-22 14:37:38 +02:00
Teoh Han Hui
5f61d5faf4 Fix mistake in #720 2015-10-19 11:22:39 +08:00
Oskar Stark
ca0fbe38d7 wrong parameter?? 2015-10-14 18:17:25 +02:00
Jonathan
082b2fa86f Update routing.yml
Replace deprecated "pattern" and "_method" by "path" and "methods"
2015-09-22 14:16:09 +02:00
Fred Cox
406a4e1b5b Add support for using name in the input and output options for JsonSerializable and validation parsers 2015-07-01 14:05:10 +03:00
Fred Cox
37c6465700 Add a parser for jsonSerializable classes 2015-07-01 14:04:38 +03:00
Javier Spagnoletti
7eccee0a36 [minor] Small doc fix in index.md
| Q             | A
| ------------- | ---
| Doc fix?      | yess
| Fixed tickets |
| License       | MIT
| Doc PR        |

Small fix in ```index.md```.
2015-06-29 13:30:59 -03:00
staurand
a967fce6c7 Added pipe to escaped symbols of jQuery selector
Pipe symbol needs to be escaped in jQuery selector.
This symbol is added when multiple methods are allowed for a route.
e.g /api/doc#get|post--...
2015-06-17 11:48:31 +02:00
Piotr Antosik
38a3137465 Improve doc format 2015-06-02 18:15:49 +02:00
Andrew Marcinkevičius
2d1c9693a1 Update index.md 2015-05-26 13:19:18 +03:00
César Suárez
b801ddbf48 Styles for lists inside .content 2015-05-22 11:33:26 +02:00
William Durand
cc93ddb306 Merge pull request #550 from thenetexperts/master
better readability when using text inside <pre> tag in motd html
2015-05-16 13:19:05 +02:00
William Durand
a0c0398ca9 Merge pull request #540 from rodrigorigotti/master
Showing 'Documentation' tab makes no sense if the sandbox is disabled.
2015-05-16 12:59:29 +02:00
William Durand
e04981356b
Fix doc: Default => default (views) 2015-05-16 12:22:11 +02:00
William Durand
e46bd73a32
Fix routing definition 2015-05-16 12:21:32 +02:00
William Durand
c71fa155d5
Introduce the concept of 'views'
Rewrite #619
2015-05-16 12:17:59 +02:00
William Durand
f601dc17fb
Merge branch 'Nyholm-issue-404' 2015-05-15 17:41:37 +02:00
Joshua Thijssen
6052643b9f
Initial setup on a multi-api documentation 2015-05-15 17:41:22 +02:00
Stéphane Reuille
dc20b249e7 fix memory limit issue wirh entity list
Allow to disable mapping of entity list to avoid memory limit error on long list
2015-05-13 14:51:15 +02:00
Mathieu Ferment
a1ea71e1c3 Add doc statement about twig dependency 2015-04-30 17:40:12 +02:00
Kévin Dunglas
79c1c4e4f4 Enhanced DunglasApiBundle support 2015-04-29 09:11:54 +02:00
Pol
226e38851f Optimization on the regex 2015-04-14 17:10:09 +02:00
Pol
186d673517 Add the commas to the prettified JSON
I recently came across that when copying the prettified response there were no comma separating the elements. This solves this problem.
2015-04-14 17:01:01 +02:00
Kévin Dunglas
c47265bb71 Fix DunglasJsonLdApiBundle support 2015-04-07 22:21:36 +02:00
dtonder
01f4efc4e0 -fixed binding of on-click handler for json-toggler, - fixed css-class naming 2015-03-29 15:06:58 +02:00
dtonder
d73531aeb5 - added javascript for collapsing sections in json-response, - fixed usage of private service-alias (that will be removed by RemovePrivateAliases-compiler pass) 2015-03-29 14:37:06 +02:00
William Durand
6a9ca36bb4 Merge pull request #560 from wodka/patch-1
fix sandbox with host
2015-03-25 23:17:02 +01:00
Almog Baku
752b953a07 fixes: not attaching api_key to query if empty 2015-03-25 14:53:31 +02:00
Kévin Dunglas
adc03ba26d DunglasJsonLdApiBundle support 2015-03-20 09:53:48 +01:00
William Durand
d8c05dbf57 Merge pull request #584 from PedroTroller/feature/form-options
Add form options to ApiDoc input
2015-03-13 17:22:24 +01:00
pedro
d121e28d69 Add form options to ApiDoc input
Update index.md

Remove unused variable. $arguments is now named $options
2015-03-13 16:15:29 +01:00
William Durand
0a1cef77ad
cs 2015-03-06 11:19:08 +01:00
Jérémy CROMBEZ
6990a11e3a [doc] missing "sandbox:" in the authentication yaml examples 2015-02-06 15:54:35 +01:00
Michael Schramm
10d9172d26 fix sandbox with host
suggested change in https://github.com/nelmio/NelmioApiDocBundle/pull/353 is not working
2014-12-30 00:00:27 +01:00
Grégoire Paris
95b99a1129 proofread the index 2014-12-11 12:11:51 +01:00
thenetexperts
c6b57a22d1 better readability 2014-12-08 15:04:40 +01:00
Rodrigo Rigotti
fa4b8f3805 Showing 'Documentation' tab makes no sense if the sandbox is disabled. 2014-11-05 10:32:48 -02:00
Jeremy Perret
e7d3c803bb Display select to choose http method in sandbox 2014-10-26 12:28:50 +01:00
Jordi Boggiano
4beb08e587 Update install instructions 2014-10-21 21:24:58 +01:00
Bez Hermoso
859421df9a Form errors parser. Mirrored actual form-errors response by FOSRest. Made sure that FieldErrors is not duplicated. 2014-10-10 11:59:19 -07:00
William Durand
6d50c200ba Merge pull request #498 from jonmchan/honorBodyFormat
Honor body format before uploading file type parameters
2014-10-08 11:36:12 +02:00
William Durand
5950acd73c Merge pull request #490 from ricardclau/store_api_key
Add support for LocalStorage
2014-10-08 11:32:56 +02:00
Vlad
59ea615b7b Update index.md 2014-09-21 05:04:16 +04:00
William Durand
4b163e1b80 Merge pull request #469 from bezhermoso/collections
Support collections on output (including named collections)
2014-09-06 11:33:45 +02:00
Jérémie Augustin
01fb243751 fix side effect introduce with list/expand buttons 2014-09-05 11:40:06 +02:00
Bez Hermoso
06cfe9d48b Allow parsers to remove/replace root parameters. 2014-09-04 10:47:57 -07:00
Emmanuel Vella
2d87ad0fe1 Replace incorrect jQuery.size() method 2014-09-03 15:49:16 +02:00
Ricard Clau
08153a3071 support for localstorage 2014-08-28 23:02:05 +01:00
Jonathan Chan
493e6066b3 Honor body format before uploading file type parameters 2014-08-28 01:48:10 -04:00
Bez Hermoso
4be579f7a2 Same-origin policy violation notes 2014-08-26 17:27:41 -07:00