Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-09-27 13:02:17 +00:00
parent 18579ef4a9
commit 86f58d57af
8 changed files with 396 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| Package | Latest Recipe | Aliases |
| --- | --- | --- |
| [api-platform/admin-pack](https://packagist.org/packages/api-platform/admin-pack) | [1.0](api-platform/admin-pack/1.0) | `api-admin`, `api-platform-admin`, `apiadmin`, `apiplatformadmin`, `react-admin`, `reactadmin` |
| [api-platform/core](https://packagist.org/packages/api-platform/core) | [3.3](api-platform/core/3.3) | |
| [api-platform/core](https://packagist.org/packages/api-platform/core) | [4.0](api-platform/core/4.0) | |
| [api-platform/symfony](https://packagist.org/packages/api-platform/symfony) | [4.0](api-platform/symfony/4.0) | |
| [blackfireio/blackfire-symfony-meta](https://packagist.org/packages/blackfireio/blackfire-symfony-meta) | [1.0](blackfireio/blackfire-symfony-meta/1.0) | `blackfire` |
| [doctrine/annotations](https://packagist.org/packages/doctrine/annotations) | [1.10](doctrine/annotations/1.10) | |
| [doctrine/doctrine-bundle](https://packagist.org/packages/doctrine/doctrine-bundle) | [2.12](doctrine/doctrine-bundle/2.12) | |
+61
View File
@@ -0,0 +1,61 @@
{
"manifests": {
"api-platform/core": {
"manifest": {
"bundles": {
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": [
" * Your API is almost ready:",
" 1. Create your first API resource in <info>src/ApiResource</info>;",
" 2. Go to <info>/api</info> to browse your API",
"",
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info> ",
"",
" * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,",
" then browse <info>/api/graphql</info>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>"
]
},
"files": {
"config/packages/api_platform.yaml": {
"contents": [
"api_platform:",
" title: Hello API Platform",
" version: 1.0.0",
" defaults:",
" stateless: true",
" cache_headers:",
" vary: ['Content-Type', 'Authorization', 'Origin']",
""
],
"executable": false
},
"config/routes/api_platform.yaml": {
"contents": [
"api_platform:",
" resource: .",
" type: api_platform",
" prefix: /api",
""
],
"executable": false
},
"src/ApiResource/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "cb9e6b8ceb9b62f32d41fc8ad72a25d5bd674c6d"
}
}
}
+72
View File
@@ -0,0 +1,72 @@
{
"manifests": {
"api-platform/symfony": {
"manifest": {
"bundles": {
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": [
" * Your API is almost ready:",
" 1. Create your first API resource in <info>src/ApiResource</info>;",
" 2. Go to <info>/api</info> to browse your API",
"",
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info> ",
"",
" * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,",
" then browse <info>/api/graphql</info>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>"
]
},
"files": {
"config/packages/api_platform.yaml": {
"contents": [
"api_platform:",
" title: Hello API Platform",
" version: 1.0.0",
" formats:",
" jsonld: ['application/ld+json']",
" docs_formats:",
" jsonld: ['application/ld+json']",
" jsonopenapi: ['application/vnd.openapi+json']",
" html: ['text/html']",
" defaults:",
" stateless: true",
" cache_headers:",
" vary: ['Content-Type', 'Authorization', 'Origin']",
" extra_properties:",
" standard_put: true",
" rfc_7807_compliant_errors: true",
" keep_legacy_inflector: false",
" use_symfony_listeners: true",
""
],
"executable": false
},
"config/routes/api_platform.yaml": {
"contents": [
"api_platform:",
" resource: .",
" type: api_platform",
" prefix: /api",
""
],
"executable": false
},
"src/ApiResource/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "74b45ac570c57eb1fbe56c984091a9ff87e18bab"
}
}
}
+61
View File
@@ -0,0 +1,61 @@
{
"manifests": {
"api-platform/symfony": {
"manifest": {
"bundles": {
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": [
" * Your API is almost ready:",
" 1. Create your first API resource in <info>src/ApiResource</info>;",
" 2. Go to <info>/api</info> to browse your API",
"",
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info> ",
"",
" * To enable the GraphQL support, run <comment>composer require api-platform/graphql</>,",
" then browse <info>/api/graphql</info>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>"
]
},
"files": {
"config/packages/api_platform.yaml": {
"contents": [
"api_platform:",
" title: Hello API Platform",
" version: 1.0.0",
" defaults:",
" stateless: true",
" cache_headers:",
" vary: ['Content-Type', 'Authorization', 'Origin']",
""
],
"executable": false
},
"config/routes/api_platform.yaml": {
"contents": [
"api_platform:",
" resource: .",
" type: api_platform",
" prefix: /api",
""
],
"executable": false
},
"src/ApiResource/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "e9952e9f393c2d048f10a78f272cd35e807d972b"
}
}
}
@@ -0,0 +1,61 @@
{
"manifests": {
"api-platform/core": {
"manifest": {
"bundles": {
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": [
" * Your API is almost ready:",
" 1. Create your first API resource in <info>src/ApiResource</info>;",
" 2. Go to <info>/api</info> to browse your API",
"",
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info> ",
"",
" * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,",
" then browse <info>/api/graphql</info>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>"
]
},
"files": {
"config/packages/api_platform.yaml": {
"contents": [
"api_platform:",
" title: Hello API Platform",
" version: 1.0.0",
" defaults:",
" stateless: true",
" cache_headers:",
" vary: ['Content-Type', 'Authorization', 'Origin']",
""
],
"executable": false
},
"config/routes/api_platform.yaml": {
"contents": [
"api_platform:",
" resource: .",
" type: api_platform",
" prefix: /api",
""
],
"executable": false
},
"src/ApiResource/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "cb9e6b8ceb9b62f32d41fc8ad72a25d5bd674c6d"
}
}
}
@@ -0,0 +1,72 @@
{
"manifests": {
"api-platform/symfony": {
"manifest": {
"bundles": {
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": [
" * Your API is almost ready:",
" 1. Create your first API resource in <info>src/ApiResource</info>;",
" 2. Go to <info>/api</info> to browse your API",
"",
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info> ",
"",
" * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,",
" then browse <info>/api/graphql</info>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>"
]
},
"files": {
"config/packages/api_platform.yaml": {
"contents": [
"api_platform:",
" title: Hello API Platform",
" version: 1.0.0",
" formats:",
" jsonld: ['application/ld+json']",
" docs_formats:",
" jsonld: ['application/ld+json']",
" jsonopenapi: ['application/vnd.openapi+json']",
" html: ['text/html']",
" defaults:",
" stateless: true",
" cache_headers:",
" vary: ['Content-Type', 'Authorization', 'Origin']",
" extra_properties:",
" standard_put: true",
" rfc_7807_compliant_errors: true",
" keep_legacy_inflector: false",
" use_symfony_listeners: true",
""
],
"executable": false
},
"config/routes/api_platform.yaml": {
"contents": [
"api_platform:",
" resource: .",
" type: api_platform",
" prefix: /api",
""
],
"executable": false
},
"src/ApiResource/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "74b45ac570c57eb1fbe56c984091a9ff87e18bab"
}
}
}
@@ -0,0 +1,61 @@
{
"manifests": {
"api-platform/symfony": {
"manifest": {
"bundles": {
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": [
" * Your API is almost ready:",
" 1. Create your first API resource in <info>src/ApiResource</info>;",
" 2. Go to <info>/api</info> to browse your API",
"",
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info> ",
"",
" * To enable the GraphQL support, run <comment>composer require api-platform/graphql</>,",
" then browse <info>/api/graphql</info>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>"
]
},
"files": {
"config/packages/api_platform.yaml": {
"contents": [
"api_platform:",
" title: Hello API Platform",
" version: 1.0.0",
" defaults:",
" stateless: true",
" cache_headers:",
" vary: ['Content-Type', 'Authorization', 'Origin']",
""
],
"executable": false
},
"config/routes/api_platform.yaml": {
"contents": [
"api_platform:",
" resource: .",
" type: api_platform",
" prefix: /api",
""
],
"executable": false
},
"src/ApiResource/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "e9952e9f393c2d048f10a78f272cd35e807d972b"
}
}
}
+6 -1
View File
@@ -513,7 +513,12 @@
"3.0",
"3.1",
"3.2",
"3.3"
"3.3",
"4.0"
],
"api-platform/symfony": [
"3.3",
"4.0"
],
"blackfireio/blackfire-symfony-meta": [
"1.0"