magento rest api を使用するために、次のことを行いました。
Windows で
- oauthを使用してmagento 1.7 CEをインストールしました(phpinfoでチェック)。
- ユーザーロールを作成し、ゲストユーザーにすべての権限を付与しました。
後で URL を介して残りのリソースにアクセスしようとしました
http://localhost:8036/magento/index.php/api/products/?type=rest
http://localhost:8036/magento/api/products/?type=rest
http://localhost:8036/magento/api/rest/products/
none of them worked. What can I do now? Any kind of help is appreciated. I have followed all the magento guidelies for REST.
In Ubuntu
- done the same settings
while accessing the rest resource via
http://10.211.20.26/magento/api/rest/products/
見つかりません
要求された URL /magento/api/rest/products/ がこのサーバーで見つかりませんでした。
私の両方のマジェントインストールに製品があります。