Skip to content

Conversation

@felipeveigaramos
Copy link
Contributor

No description provided.

+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.
@felipeveigaramos felipeveigaramos changed the title 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. Created getPaste(String key), improved getMostRecent and fixed some little bugs. Aug 11, 2017
@felipeveigaramos
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants