Skip to content

kjayachandra2000/OkHttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Examples to test Rest API Service using OkHttp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages