From b0cd4794db549242cce9a221c3b37043f5c6b37e Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 20 Oct 2020 17:06:41 +0300 Subject: [PATCH] remove old note from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 980cf03..30c3ff5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ $response = $client->sendRequest(new HttpDnsGetRequest()); This particular request doesn't require authorization, so, it can be sent via `TopClient::sendRequest` method. For any other requests which require authorization you must use `TopClient::sendAuthenticatedRequest` method (an example of such request would be `aliexpress.solution.seller.category.tree.query`, which class FQN is `\RetailCrm\Model\Request\AliExpress\SolutionSellerCategoryTreeQuery`). **Friendly note.** Use response type annotations. Both client methods which returns responses actually returns `ResponseInterface` (not the PSR one). Actual response type will be determined by the request model. Your IDE will not recognize any response options unless you put a proper type annotation for the response variable. -**Another friendly note.** ## Customization This library uses Container pattern under the hood. You can pass additional dependencies using `ContainerBuilder`. For example: