Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to retrieve URL report URL for download #53

Merged
merged 1 commit into from
Dec 1, 2016

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