Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.41 KB

sai-http-utils-java

Coverage Maintainability Rating Reliability Rating Security Rating

A set of utilities for working with OkHttp HTTP client requests and responses.

Look at CONTRIBUTING for specifics on how to contribute to this library.

JavaDocs are generated and published with each release.

Getting Started

In your pom.xml:

<dependencies>
	<dependency>
		<groupId>com.janeirodigital</groupId>
		<artifactId>sai-http-utils-java</artifactId>
		<version>preferred.version.here</version>
	</dependency>
</dependencies>