Skip to content

s4nchez/engage-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Janrain Engage (formerly RPX) client for Java

This lightweight library can make the API calls to the Engage servers and translate json responses to correspondent Java objects.

It also handles error documents throwing exceptions that can be handled by java code.

Usage


	EngageClient client = new EngageClient("apiKey", "accessToken");
	AuthInfo authInfo = client.authInfo(true);

That’s all you need to start playing with the Engage API

Maven support

This library is publicly available at the central maven repository. Just add the dependency to your project:


	<dependency>
		<groupId>net.isanchez</groupId>
		<artifactId>engage-client</groupId>
		<version>0.1</version>
	</dependency>

Dependencies

About

Janrain Engage (formerly RPX) client for Java

Resources

Stars

Watchers

Forks

Packages

No packages published