We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3858249 commit 4c74012Copy full SHA for 4c74012
templating/formats.rst
@@ -78,3 +78,12 @@ format:
78
.. seealso::
79
80
For more information, see this :ref:`Advanced Routing Example <advanced-routing-example>`.
81
+
82
+.. tip::
83
84
+ When building APIs, using file name extensions often isn't the best
85
+ solution. The FOSRestBundle provides a request listener that uses content
86
+ negotiation. For more information, check out the bundle's `Request Format Listener`_
87
+ documentation.
88
89
+.. _Request Format Listener: http://symfony.com/doc/current/bundles/FOSRestBundle/3-listener-support.html#format-listener
0 commit comments