https://github.com/codigami/pinterest4j
https://github.com/codigami/pinterest4j
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codigami/pinterest4j
- Owner: Codigami
- License: apache-2.0
- Created: 2017-05-19T06:53:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T06:35:51.000Z (about 8 years ago)
- Last Synced: 2025-01-11T10:16:04.468Z (about 1 year ago)
- Language: Java
- Size: 64.5 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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("");