Skip to content

Instantly share code, notes, and snippets.

@shiondev
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save shiondev/9628090 to your computer and use it in GitHub Desktop.

Select an option

Save shiondev/9628090 to your computer and use it in GitHub Desktop.
Upload a URL list to 80legs
> 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