Last active
August 29, 2015 13:57
-
-
Save shiondev/9628090 to your computer and use it in GitHub Desktop.
Upload a URL list to 80legs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > curl -X PUT https://your_user_token:@api.80legs.com/v2/urllists/name_of_url_list -H "Content-Type: application/octet-stream" --data-binary "[\"http://www.example.com/\", \"http://www.sample.com/\", \"http://www.test.com/\"]" -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment