Skip to content

Commit be40e10

Browse files
authored
Update README.md
1 parent c76b06d commit be40e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Recombee API Client
1+
# Recombee API Client (with Proxy Agent Support)
22

33
A Node.js client (SDK) for easy use of the [Recombee](https://www.recombee.com/) recommendation API.
44
If you don't have an account at Recombee yet, you can create a free account [here](https://www.recombee.com/).
@@ -201,4 +201,4 @@ client.send(new rqs.Batch([
201201

202202
Various errors can occur while processing request, for example because of adding an already existing item or submitting interaction of nonexistent user without *cascadeCreate* set to true. These errors lead to the *ResponseError*, which is thrown or put to callback function by the *send* method of the client (depending on using Promises or callbacks). Another reason for errorneous request is a timeout. *ApiError* is the base class of both *ResponseError* and *TimeoutError*.
203203

204-
We are doing our best to provide the fastest and most reliable service, but production-level applications must implement a fallback solution since problems can always happen. The fallback might be, for example, showing the most popular items from the current category, or not displaying recommendations at all.
204+
We are doing our best to provide the fastest and most reliable service, but production-level applications must implement a fallback solution since problems can always happen. The fallback might be, for example, showing the most popular items from the current category, or not displaying recommendations at all.

0 commit comments

Comments
 (0)