Created getPaste(String key), improved getMostRecent and fixed some little bugs.#10
Open
felipeveigaramos wants to merge 4 commits intobravobit:masterfrom
Open
Created getPaste(String key), improved getMostRecent and fixed some little bugs.#10felipeveigaramos wants to merge 4 commits intobravobit:masterfrom
felipeveigaramos wants to merge 4 commits intobravobit:masterfrom
Conversation
+Created getPast, thats give all the paste information (neet to have a pro account); +Added the 'pasteAuthor" field to PastebinPaste: now it's possible to get the name of the user that posted the paste (only working to getPaste and getMostRecentPasts); +Improved some javadocs; +Added GetPaste example under the example directory. Minor: * PastebinPaste uses now identation only with spaces.
+Paste author: verified if is null, in this case pasteAuthor="".
Map from the JSon. Now it works to getPaste and getMostRecent; + Modified the exceptions to this method. But getPaste and getMostRecent only envelop the creation of the PastebinLink with try/catch doing nothing with them but returning a null if raise exception. Should be improved.
Contributor
Author
|
Created getPaste(String key) that retuns a PastebinLink using a pastebin key. Part of the Scraping API. Uses the pasteMetadata, presents in this API. But once through the PastebinLink is possible to get the full paste content, I prefered to change the name to getPaste. The getMostRecent was also improved There are two exception statement that need to be improved, at getMostRecent and getPaste. I'm not sure what would be the better way to work with them. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.