An open API service indexing awesome lists of open source software.

https://github.com/codigami/pinterest4j


https://github.com/codigami/pinterest4j

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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

**_Contributors:_**
- [Aniket Divekar](https://github.com/aniketdivekar)

# How to use

// using default configurations
Pinterest pinterestObj = new PinterestImpl(new ConfigurationBcImpl(), new OAuth2Token(""));
User user = pinterestObj.getUser("");