Skip to content

Commit

Permalink
Fix markdown notation
Browse files Browse the repository at this point in the history
  • Loading branch information
satoryu committed Aug 8, 2018
1 parent ca9c78d commit 5284c7e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
54 changes: 27 additions & 27 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,37 +80,37 @@ if ($response->isOk()) {
```
You can pass "API Name (string)", "Request Paramters (array)", and
"version" to *RakutenRws_Client::execute()* method.
"version" is an optional parameter. If you don't specify the "version" then the library will
"version" is an optional parameter. If you don't specify the "version" then the library will
auotmatically select the latest version.

The following APIs support [Iterator (http://php.net/manual/en/class.iterator.php)],
so you can access each item's data with a foreach statement.

* AuctionGenreKeywordSearch
* AuctionItemCodeSearch
* AuctionItemSearch
* BooksBookSearch
* BooksCDSearch
* BooksDVDSearch
* BooksForeignBookSearch
* BooksGameSearch
* BooksMagazineSearch
* BooksSoftwareSearch
* BooksTotalSearch
* FavoriteBookmarkList
* GoraGolfCourseDetail
* GoraGolfCourseSearch
* GoraPlanSearch
* HighCommissionShopList
* IchibaItemRanking
* IchibaItemSearch
* KoboEbookSearch
* ProductSearch
* RecipeCategoryRanking
* TravelHotelDetailSearch
* TravelKeywordHotelSearch
* TravelSimpleHotelSearch
* TravelVacantHotelSearch
- AuctionGenreKeywordSearch
- AuctionItemCodeSearch
- AuctionItemSearch
- BooksBookSearch
- BooksCDSearch
- BooksDVDSearch
- BooksForeignBookSearch
- BooksGameSearch
- BooksMagazineSearch
- BooksSoftwareSearch
- BooksTotalSearch
- FavoriteBookmarkList
- GoraGolfCourseDetail
- GoraGolfCourseSearch
- GoraPlanSearch
- HighCommissionShopList
- IchibaItemRanking
- IchibaItemSearch
- KoboEbookSearch
- ProductSearch
- RecipeCategoryRanking
- TravelHotelDetailSearch
- TravelKeywordHotelSearch
- TravelSimpleHotelSearch
- TravelVacantHotelSearch

Example:

Expand Down Expand Up @@ -228,7 +228,7 @@ $response = $client->execute('ItemSearch', array(
Sample Code
-----------

- There is sample code in the [sample] (https://github.com/rakuten-ws/rws-php-sdk/tree/master/sample) directory.
- There is sample code in the [sample](https://github.com/rakuten-ws/rws-php-sdk/tree/master/sample) directory.
- Please rename *config.php.sample* and set Application ID, Application Secret and Affiliate ID.

Official API Document
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,28 +233,28 @@ $response = $client->execute('IchibaItemSearch', array(

代わりに、新バージョン・統合されたバージョンを利用することができます。

* ItemSearch (IchibaItemSearch が利用できます)
* ItemCodeSearch (IchibaItemSearch が利用できます)
* ItemRanking (IchibaItemRanking が利用できます)
* ProductDetail (ProductSearch が利用できます)
* ProductGenreInfo (ProductSearch が利用できます)
* ProductMakerInfo
* GetAreaClass (TravelGetAreaClass が利用できます)
* GetHotelChainList (TravelGetHoralChainList が利用できます)
* HotelDetailSearch (TravelHotelDetailSearch が利用できます)
* HotelRanking (TravelHotelRanking が利用できます)
* KeywordHotelSearch (TravelHotelSearch が利用できます)
* SimpleHotelSearch (TravelSimpleHotelSearch が利用できます)
* VacantHotelSearch (TravelVacantHotelSearch が利用できます)
* GoraGolfCourseSearch (GoraGoraGolfCourseSearch が利用できます)
* GoraGolfCourseDetail (GoraGoraGolfCourseDetail が利用できます)
* GoraPlanSearch (GoraGoraPlanSearch が利用できます)
* HighCommissionShop (HighCommissionShopList が利用できます)
- ItemSearch (IchibaItemSearch が利用できます)
- ItemCodeSearch (IchibaItemSearch が利用できます)
- ItemRanking (IchibaItemRanking が利用できます)
- ProductDetail (ProductSearch が利用できます)
- ProductGenreInfo (ProductSearch が利用できます)
- ProductMakerInfo
- GetAreaClass (TravelGetAreaClass が利用できます)
- GetHotelChainList (TravelGetHoralChainList が利用できます)
- HotelDetailSearch (TravelHotelDetailSearch が利用できます)
- HotelRanking (TravelHotelRanking が利用できます)
- KeywordHotelSearch (TravelHotelSearch が利用できます)
- SimpleHotelSearch (TravelSimpleHotelSearch が利用できます)
- VacantHotelSearch (TravelVacantHotelSearch が利用できます)
- GoraGolfCourseSearch (GoraGoraGolfCourseSearch が利用できます)
- GoraGolfCourseDetail (GoraGoraGolfCourseDetail が利用できます)
- GoraPlanSearch (GoraGoraPlanSearch が利用できます)
- HighCommissionShop (HighCommissionShopList が利用できます)

サンプルコード
-------------

- [sample] (https://github.com/rakuten-ws/rws-php-sdk/tree/master/sample) ディレクトリにサンプルを用意しています。
- [sample](https://github.com/rakuten-ws/rws-php-sdk/tree/master/sample) ディレクトリにサンプルを用意しています。
- config.php.sample を config.php にリネームし、アプリID, application_secret をセットすることで動作します。

公開APIドキュメント
Expand Down

0 comments on commit 5284c7e

Please sign in to comment.