Skip to content

Codigami/pinterest4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinterest4j

pinterest4j is a Pinterest API library for the Java language licensed under Apache License 2.0.

Contributors:

How to use

// using default configurations
Pinterest pinterestObj = new PinterestImpl(new ConfigurationBcImpl(), new OAuth2Token("<access-token>"));
User user = pinterestObj.getUser("<username>");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages