https://github.com/cequence-io/ws-client
Core WS Client Infra
https://github.com/cequence-io/ws-client
play scala wsclient
Last synced: 6 days ago
JSON representation
Core WS Client Infra
- Host: GitHub
- URL: https://github.com/cequence-io/ws-client
- Owner: cequence-io
- License: mit
- Created: 2024-05-15T08:30:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T07:41:57.000Z (about 2 months ago)
- Last Synced: 2025-08-11T09:25:17.605Z (about 2 months ago)
- Topics: play, scala, wsclient
- Language: Scala
- Homepage: https://cequence.io
- Size: 147 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WS Client (Cequence)
[](https://cequence.io) [](https://opensource.org/licenses/MIT) [](https://twitter.com/0xbnd)This repository contains a simple and efficient Web Service client implemented in Scala. The client is designed to interact with RESTful web services, making it easy to send requests, handle responses, and manage errors.
**🔥 New**: as a part of this suite we provide [json-repair](./json-repair/README.md) library that can be used to fix common JSON syntax errors, repair malformed JSON objects and arrays.
## Installation 🚀
The currently supported Scala versions are **2.12, 2.13**, and **3**.
To install the library, add the following dependency to your *build.sbt*
```
"io.cequence" %% "ws-client-play"" % "0.7.2"
```or to *pom.xml* (if you use maven)
```
io.cequence
ws-client-play_2.12
0.7.2```
## License ⚖️
This library is available and published as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).