A complete API for Pastebin written in Java.
Get your Pastebin API key here.
Learn how to use PastebinAPI here.
-
1.2.3
- Changes how posting works internally. The new method is much cleaner.
-
1.2.2
- You can now create a paste and give it a File. It will create the paste using the text from that file.
-
1.2.1
- A bunch of enhancements.
-
1.2
- PastebinAPI can now do everything the official Pastebin API can.
-
1.1
- Adds enums for expire date, format, and privacy level.
- Renames PastebinPasteContext to CreatePaste.
- Fixes example.
-
1.0.1
- Added example.
-
1.0
- Initial upload. It works.