From 0d094a1dbeef0cf102a1957bdf104ea8762f85bf Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Tue, 23 Jan 2018 11:21:24 -0800 Subject: [PATCH] Adding "locale" to readme I tried to ctrl+F the readme for "locale" to find that term and thought that maybe this library didn't support switching locales. It was only after reading #80 that I realized `domain` was the parameter to set. I thought explicitly adding "locale" to the docs might save someone time in the future. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 50112b8..7d59039 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ You can add any [available params](http://docs.aws.amazon.com/AWSECommerceServic - [sort:](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/SortingbyPopularityPriceorCondition.html) Valid values include 'salesrank','psrank','titlerank','-price','price', etc. - ### ItemLookup > Given an Item identifier, the ItemLookup operation returns some or all of the item attributes, depending on the response group specified in the request. @@ -208,7 +207,7 @@ You can add any [available params](http://docs.aws.amazon.com/AWSECommerceServic ## Specify the endpoint -To use a different endpoint, you need the choose it from the [endpoints list](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/AnatomyOfaRESTRequest.html#EndpointsandWebServices), then pass the **domain** of the endpoint URL to the `domain` param of your query. +To use a different endpoint (for example, to change the locale), you need the choose it from the [endpoints list](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/AnatomyOfaRESTRequest.html#EndpointsandWebServices), then pass the **domain** of the endpoint URL to the `domain` param of your query. By default, the domain used is `webservices.amazon.com`.