Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela authored Jan 24, 2025
1 parent 2181b8a commit e6547c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ We have the following attributes to create a CleverClient object:
| requestInterceptor | Function to modify the request once is built | optional |
| responseInterceptor| Function to modify the response after it's received | optional |
| clientAdapter | Http client implementation (Java HttpClient or OkHttp based) | optional |
| webSocketAdapter | WebSocket implementation (Java HttpClient or OkHttp based) | optional |
| endsOfStream | List of texts used to mark the end of streams | optional |
| endOfStream | Text used to mark the end of streams | optional |
| objectMapper | Provides Json conversions either to/from objects | optional |
Expand Down Expand Up @@ -189,7 +188,6 @@ var cleverClient = CleverClient.builder()
return response;
})
.clientAdapter(new JavaHttpClientAdapter(httpClient))
.webSocketAdapter(new JavaHttpWebSocketAdapter(httpClient))
.endOfStream(END_OF_STREAM)
.objectMapper(objectMapper)
.build();
Expand Down Expand Up @@ -455,4 +453,4 @@ Thanks for using **cleverclient**. If you find this project valuable there are a

* Letting your friends know about this project 🗣📢.
* Writing a brief review on your social networks ✍🌐.
* Giving us a star on Github ⭐.
* Giving us a star on Github ⭐.

0 comments on commit e6547c3

Please sign in to comment.