File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Original file line number Diff line number Diff line change @@ -202,8 +202,19 @@ value:
202
202
Going Further with the Serializer
203
203
---------------------------------
204
204
205
- `ApiPlatform `_ provides an API system supporting `JSON-LD `_ and `Hydra Core Vocabulary `_
206
- hypermedia formats. It is built on top of the Symfony Framework and its Serializer
205
+ `API Platform `_ provides an API system supporting the following formats:
206
+
207
+ * `JSON-LD `_ along with the `Hydra Core Vocabulary `_
208
+ * `OpenAPI `_ v2 (formerly Swagger) and v3
209
+ * `GraphQL `_
210
+ * `JSON:API `_
211
+ * `HAL `_
212
+ * JSON
213
+ * XML
214
+ * YAML
215
+ * CSV
216
+
217
+ It is built on top of the Symfony Framework and its Serializer
207
218
component. It provides custom normalizers and a custom encoder, custom metadata
208
219
and a caching system.
209
220
@@ -218,7 +229,11 @@ take a look at how this bundle works.
218
229
serializer/custom_normalizer
219
230
220
231
.. _`APCu` : https://github.com/krakjoe/apcu
221
- .. _`ApiPlatform ` : https://github.com/ api-platform/core
232
+ .. _`API Platform ` : https://api-platform.com
222
233
.. _`JSON-LD` : http://json-ld.org
223
234
.. _`Hydra Core Vocabulary` : http://hydra-cg.com
235
+ .. _`OpenAPI` : https://www.openapis.org
236
+ .. _`GraphQL` : https://graphql.org
237
+ .. _`JSON:API` : https://jsonapi.org
238
+ .. _`HAL` : http://stateless.co/hal_specification.html
224
239
.. _`Data URIs` : https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
You can’t perform that action at this time.
0 commit comments