Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Feign client for Google's java HTTP client

License

Notifications You must be signed in to change notification settings

sproutsocial/feign-google-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Http Client - Feign Client

DEPRECATED: THIS IS IN FEIGN CORE AS OF VERSION 10.4.0

This library is a feign Client to use the java Google Http Client.

To use this, add to your classpath (via maven, or otherwise). Then cofigure Feign to use the GoogleHttpClient:

GitHub github = Feign.builder()
                     .client(new GoogleHttpClient())
                     .target(GitHub.class, "https://api.github.com");

This client is used in Sprout Social's production environment.

About

Feign client for Google's java HTTP client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages