Skip to content

Instantly share code, notes, and snippets.

@buren
Created August 21, 2017 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buren/1a18c05169c3f5131a9127b85fd689c6 to your computer and use it in GitHub Desktop.
Save buren/1a18c05169c3f5131a9127b85fd689c6 to your computer and use it in GitHub Desktop.
{
"variables": [],
"info": {
"name": "WaybackArchiver",
"_postman_id": "e073f167-ab7a-2b60-024b-0e6d405cb45e",
"description": "API for api.waybackarchiver.com.",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "ping",
"request": {
"url": {
"raw": "http://api.waybackarchiver.com/ping?sitemap=https://example.com/sitemap.xml",
"protocol": "http",
"host": [
"api",
"waybackarchiver",
"com"
],
"path": [
"ping"
],
"query": [
{
"key": "sitemap",
"value": "https://example.com/sitemap.xml",
"equals": true,
"description": ""
}
],
"variable": []
},
"method": "GET",
"header": [],
"body": {},
"description": "See https://www.sitemaps.org/protocol.html#submit_ping"
},
"response": []
},
{
"name": "create archivation",
"request": {
"url": "http://api.waybackarchiver.com/archivations",
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": ""
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"archivation\": {\n\t\t\"url\": \"https://example.com\",\n\t\t\"strategy\": \"url\",\n\t\t\"notification_email\": \"\"\n\t}\n}"
},
"description": ""
},
"response": []
},
{
"name": "show archivation",
"request": {
"url": "http://api.waybackarchiver.com/archivations/6dd46c87-3150-4bdb-814d-bc4e5fba3912",
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": ""
}
],
"body": {},
"description": ""
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment