Skip to content

rmannibucau/google-jsonp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google JSON-P JsonFactory

Implements Google HTTP Client JsonFactory using JSON-P. This enables to drop Jackson when only present for that.

Example:

final JsonFactory jsonFactory = JsonpJsonFactory.of();

final GoogleCredential credential = GoogleCredential.fromStream(
  stream, httpTransport, jsonFactory);
final AnalyticsReporting reporting = new AnalyticsReporting.Builder(
    httpTransport, jsonFactory, credential)
  .setApplicationName("my-app").build();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages