| Package | Description |
|---|---|
| com.syncthemall.diffbot.api |
| Modifier and Type | Method and Description |
|---|---|
ArticleRequest |
ArticleRequest.asHtml()
Extract html instead of plain text.
|
ArticleRequest |
ArticleRequest.dontStripAds()
Don't strip any inline ads.
|
ArticleRequest |
ArticleRequest.withComments()
Find the comments and identify count (experimental).
|
ArticleRequest |
ArticleRequest.withSummary()
Extract a summary text.
|
ArticleRequest |
ArticleRequest.withTags()
Generate tags for the extracted story.
|
ArticleRequest |
ArticleRequest.withTimeout(long timeout)
Overrides the default API timeout of 5000ms.
|
| Modifier and Type | Method and Description |
|---|---|
Article |
DiffbotAPI.article(ArticleRequest articleRequest)
Call the Diffbot Article API.
|
Future<Article> |
DiffbotAPI.batch(ArticleRequest articleRequest)
Add an
ArticleRequest to the batch list. |
Copyright © 2013. All Rights Reserved.