Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 739 Bytes

Codacy Badge

OkHttp Example

OkHttp Example to test Rest API Service

Maven Dependency

Add the following to your dependencies:

<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp</artifactId>
    <version>3.9.0</version>
</dependency>

sample rest api service

    In this project I am using a sample rest api service : https://jsonplaceholder.typicode.com/