61 Commits

Author SHA1 Message Date
Сергей Рябенко
aae9af23c2 Typo fix 2013-11-15 13:29:32 +03:00
William DURAND
e9439de94e Move doc to its own folder 2013-11-14 11:43:09 +01:00
William DURAND
e7b7c87113 Update README, move LICENSE to meta folder 2013-11-14 11:39:29 +01:00
William DURAND
87328e27f5 Merge pull request #206 from dothiv/master
Show authorized roles in key icon tooltip
2013-11-14 11:17:06 +01:00
Konrad Podgórski
74d30d9e39 Option to set requirements and parameters directly from ApiDoc annotation
Sometimes required parameters are not used through routing but still they are mandatory. I wanted to have API with

resource.json?foo=bar&something=else

format, that was possible through QueryParam annotation or requirements in routing BUT!

There was no way to set dataType or description

This PR solves problem for me.

Side note: if you want to declare e.g. _format requirement through Annotation or any other param that is used in url ({foo} format) then it won't work. Because Bundle still overrides requirements and parameters after the constuctor in ApiDoc is called. This might be solved in separate PR by adding check if given requirements or parameters was already defined.
2013-10-15 15:28:54 +02:00
Adrien Brault
083ae3aef1 Can now specifiy form name
If you create you forms using FormFactoryInterface::createNamed, then you should now be able to tell the ApiDocBundle the correct form prefix.
2013-10-08 12:09:46 -07:00
William Durand
96b40b8a8c Merge pull request #210 from jhallbachner/validation2
Added Support for Validation Component (refactored)
2013-08-13 03:28:09 -07:00
Quentin Pleplé
e3f1f55d27 Clarify config snippet 2013-07-22 12:54:08 -07:00
Josh Hall-Bachner
23f64b84f6 Fixed multi-level validation nesting.
Removed "class" parameters from results after processed.

Updated README.
2013-06-30 23:46:43 -07:00
Nils Wisiol
f764773c89 authenticationRoles can be set to appear in the tooltip of the key icon for API calls that require authentication. 2013-06-24 14:27:22 +02:00
Josh Hall-Bachner
defe9c0b36 Updated README to reflect additional parameter. 2013-06-04 15:52:27 -07:00
Pierre-Yves LEBECQ
13efea8975 Added support for the jms version annotations in formatters 2013-05-12 14:54:01 +02:00
fieg
06271f824a added support for JMS Serializer GroupsExclusionStrategy 2013-05-12 14:29:36 +02:00
marapper
3a4c9cbc12 Add annotation reference to docs 2013-05-07 21:49:23 +04:00
William Durand
3c43cc5d07 Update README.md 2013-04-18 01:29:56 +03:00
fvilpoix
7f79ddc065 [ExtractorHandler] cleaning code 2013-04-17 13:41:28 +02:00
fvilpoix
63b0f8e4da Moving annotation extraction into tagged Handlers 2013-04-12 17:43:27 +02:00
Jordi Boggiano
a30e5744e7 Merge pull request #172 from blaugueux/http-basic
Added support for HTTP Basic authentication and custom api endpoint.
2013-04-11 06:20:33 -07:00
Benjamin Laugueux
0b7e734594 Added http basic authentication and custom api endpoint.
Fixed test
2013-04-11 13:57:31 +02:00
Benjamin Laugueux
d109c140be Added section documentation
Cf. #154
2013-04-11 00:34:24 +03:00
Patryk Szlagowski
abf591f4fd fixed readme file 2013-04-08 12:21:50 +02:00
Patryk Szlagowski
80d31da774 updated readme with information about motd configuration 2013-04-08 11:54:09 +02:00
Patryk Kala
3b6e9da91a Ability to mark function as deprecated 2013-03-31 20:35:46 +02:00
William DURAND
026fcc4761 Merge pull request #117 from gregholland/master
Add a config option for a default Accept header
2013-03-16 18:53:19 +01:00
tonivdv
562e80ccd0 Update README.md
Update with the multiple description for status code.
2013-02-20 14:04:03 +01:00
Greg Holland
826fd35841 update doc to reflect new accept header config param 2013-01-08 16:45:51 -08:00
Jordi Boggiano
c946fbcf4f Add glyphicons attribution 2012-12-11 10:42:04 +01:00
William DURAND
923043cb2a Improve doc, update README, "return" param becomes "output" to be more
consistent
2012-11-19 18:21:12 +01:00
Baldur Rensch
742e53b99b Added status codes 2012-11-13 04:45:07 +00:00
Leevi Graham
55ef512b4d Fixed Syntax in README 2012-11-03 00:59:53 +11:00
Evan Villemez
0d7c2272bc updated documentation to reflect return property, updated markdown formatter tests to reflect parameter readonly property 2012-08-28 16:43:47 -04:00
William Durand
6795e118ae Merge pull request #64 from asm89/sandbox-api-key
Add optional api_key parameter to sandbox
2012-08-23 08:24:33 -07:00
Alexander
fc5b8c4e63 Add optional api_key parameter to sandbox 2012-08-23 16:53:08 +02:00
Evan Villemez
1cf7e18d61 fixed README, other minor things 2012-08-08 10:21:56 -04:00
Evan Villemez
b71bc8bf3f started on implementing JmsMetadataParser and tests 2012-08-07 17:50:58 -04:00
Evan Villemez
89f2044581 fixed compiler pass, updated README 2012-07-24 14:39:43 -04:00
William DURAND
ff817a567c Update README 2012-07-20 17:35:38 +02:00
William DURAND
64988d00c1 Remove hard dependency with KnpMarkdownBundle 2012-07-20 17:07:20 +02:00
William Durand
09fbfee03b Update README 2012-07-20 12:58:14 +03:00
William DURAND
bee518f92e Allow to disable the sandbox, refactor the configuration. Fix #37 2012-07-18 13:21:31 +02:00
William DURAND
0ab2278667 Merge branch '1.0.x' 2012-07-13 16:08:29 +02:00
William DURAND
da12c85ddc Update README 2012-07-13 16:06:01 +02:00
William DURAND
e2e647bb03 Merge branch '1.0.x' 2012-07-13 15:32:51 +02:00
Samuel Gordalina
dccebe0439 Add documentation in README 2012-07-13 15:31:53 +02:00
Christophe Coevoet
fd8ee2679a Added the support of form types defined as services 2012-06-21 00:11:32 +02:00
William DURAND
0c3a15d3b0 Fixed travis-ci image 2012-05-23 09:47:27 +02:00
William DURAND
43033152b7 Aliased master to 2.* 2012-05-23 09:44:34 +02:00
William DURAND
fd951d67dc Added travis-ci status 2012-04-14 02:44:05 +03:00
Jordi Boggiano
9e2eb0bb88 Fix code sample 2012-04-13 17:11:58 +03:00
William DURAND
8b018e6de5 Added a way to comment each field of a Form Type 2012-04-13 12:17:11 +02:00