diglin/custom-entity-api-endpoint-bundle
Composer 安装命令:
composer require diglin/custom-entity-api-endpoint-bundle
包简介
Add API Endpoint for the Custom Entity Bundle for Akeneo
README 文档
README
Add entry point for the API of the CustomEntityBundle of Akeneo Labs.
Installation
You can install this bundle with composer:
php composer.phar require diglin/custom-entity-api-endpoint-bundle:1.*
Add at the end of app/config/routing.yml, the following content:
diglin_api_ref_data: resource: "@DiglinApiRefDataBundle/Resources/config/routing.yml" prefix: /api
and enable the bundle in the app/AppKernel.php file in the registerProjectBundles() method:
$bundles = [ // ... new \Diglin\Bundle\ApiRefDataBundle\DiglinApiRefDataBundle(), ]
Usage
Available API endpoint:
api_ref_data_reference_data_list GET /api/rest/v1/reference-data/{referenceName}
api_ref_data_reference_data_get GET /api/rest/v1/reference-data/{referenceName}/{code}
License
Do What The Fuck You Want To Public License (WTFPL)
Author
- Sylvain Rayé
- http://www.diglin.com/
- @diglin_
- Follow me on github!
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: WTFPL
- 更新时间: 2019-12-16