承接 elidrissidev/magento-restextended 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

elidrissidev/magento-restextended

最新稳定版本:0.1.0

Composer 安装命令:

composer require elidrissidev/magento-restextended

包简介

Full REST API implementation for Magento 1.9 and OpenMage.

README 文档

README

This is a Magento 1.9/OpenMage extension that aims to provide a full REST API implementation. It's also fully compatible with my other HTTP Basic Authentication extension.

🚧 This extension is still in development! 🚧

Installation

Manual

  1. Download the latest release and unpack it.

  2. Copy the app folder to the root of your magento store (choose the option to merge it with the existing files if prompted).

  3. Go to System / Cache Management and flush "Configuration" and "Web Services Configuration" cache.

Composer

For OpenMage users, you can install this package easily by using composer:

$ composer require elidrissidev/magento-restextended

Features

This extension adds the following endpoints to the REST API:

  • POST /api/rest/orders/:id/comments - Add a comment to an Order.
  • GET /api/rest/orders/comments/:id - Retrieve Order comment by id

NOTE: Be sure to grant the necessary permissions to your REST Role.

Contributing

Please feel free to open an Issue if you find any bug, or have something to suggest.

License

This project is licensed under the MIT License.

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-14