Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tegansnyder
Copy link
Contributor

This adds the ability to retrieve the URL to download the URL report. Example usage:

$diffbot = new Diffbot(MY_TOKEN_HERE);
$crawl = $diffbot->crawl('SomeCrawlNameHere');
$url_report = $crawl->getUrlReportUrl();

// show the url to the url report
echo $url_report;

@Swader
Copy link
Owner

Swader commented Dec 1, 2016

Brilliant, thanks

@Swader Swader merged commit 201c585 into Swader:master Dec 1, 2016
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