rws-php-sdk icon indicating copy to clipboard operation
rws-php-sdk copied to clipboard

Rakuten Web Service PHP SDK

Results 16 rws-php-sdk issues
Sort by recently updated
recently updated
newest added

更新説明ファイルコード例エラー いくつかのAPIバージョンを更新します。

Hello, Can you assist me to find itemCode ? Example : I have a link https://item.rakuten.co.jp/hokushinco/10933067 , how I can get itemCode of this product ? Thanks !

ランキング検索APIから取得したレスポンスに無効な`itemCode`が返却されていました。 (ここで取得できる`itemCode`を商品検索APIに渡しても`contents`が返ってこないという意味で無効) 調べてみるとAPIのバージョンが古いことで発生しているようでした。(`IchibaItemRanking 2012-09-27版`) 手元の環境では、ランキング検索と商品検索のAPIをバージョンアップして動作確認したのですが、本レポジトリにマージしていただければcomposerから利用されているユーザーにもメリットがあるのでは?とおもいPRしました。 ※最新のバージョンは、[楽天ウェブサービス: API一覧](https://webservice.rakuten.co.jp/document/)を参考にしました。このサイトに記載されているAPIのバージョンを追加しています。 レビュー&マージいただけると幸いです。

Is it support to connect the Rakuten france's API? Thanks, Looking forward to your reply.

PEAR naming convention dropped in favor of namespacing. Fixes #13 and #14. Replaces #23. ## Added - `Rakuten\WebService` namespace. - Development dependency on `phpunit/phpunit=~7.5`. ## Changed - Minimum supported PHP...

Hello, I would like to know is it will work with rakuten.co.uk? Thank you

楽天商品検索APIで検索を行った際、商品説明にcssが含まれてしまう問題を発見しました。 以下の画像はrws-php-sdkのsampleを利用して、「グルメ」でキーワード検索した際に表示されたものです。   真ん中のグルメカタログギフト [GC]の商品説明にcssが含まれているのがわかります。 ![2015-07-11 12 04 14](https://cloud.githubusercontent.com/assets/7994534/8632052/fdf6fede-27c4-11e5-92b5-744a52472e55.png) APIで確認をしても同様の結果が見られました。 https://app.rakuten.co.jp/services/api/IchibaItem/Search/20140222?applicationId=[APIキー]&keyword=グルメ ![2015-07-11 13 54 21](https://cloud.githubusercontent.com/assets/7994534/8632401/83c7843e-27d4-11e5-9405-1afb561c3fd4.png) こちらは楽天APIの仕様でしょうか。 お店側が商品説明にcssを含めているのではないでしょうか。

【概要】 期待されるサンプルコードの実行結果がわからない. 【内容】 > ユーザ認証の必要のない、APIについては、以下のように情報を取得することができます。 > > ``` php >