Skip to content

cequence-io/ws-client

Repository files navigation

WS Client (Cequence)

version License Twitter Follow

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.

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" % "0.3.3"

or to pom.xml (if you use maven)

<dependency>
    <groupId>io.cequence</groupId>
    <artifactId>ws-client_2.12</artifactId>
    <version>0.3.3</version>
</dependency>

License ⚖️

This library is available and published as open source under the terms of the MIT License.