proxycrawl
Advanced tools
Comparing version 2.1.1 to 2.1.3
{ | ||
"name": "proxycrawl", | ||
"version": "2.1.1", | ||
"version": "2.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -145,4 +145,3 @@ # ProxyCrawl node | ||
Initialize the Scraper API and use it in the same way as the Crawling API (see above). Use it with your normal token. | ||
The same methods `get`, `post`, `put` as the Crawling API are available to use. | ||
Initialize the Scraper API and use it in the same way as the Crawling API (see above). Use it with your normal token. | ||
@@ -149,0 +148,0 @@ ```javascript |
@@ -17,4 +17,12 @@ const CrawlingAPI = require('./crawling-api.js'); | ||
post() { | ||
throw Error('Only GET is allowed for the ScraperAPI'); | ||
} | ||
put() { | ||
throw Error('Only GET is allowed for the ScraperAPI'); | ||
} | ||
} | ||
module.exports = ScraperAPI; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26747
291
174