Skip to content

Instantly share code, notes, and snippets.

@ajhsu
Last active July 3, 2018 13:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajhsu/60dc81d131f487c3df8902eaca1d2529 to your computer and use it in GitHub Desktop.
Save ajhsu/60dc81d131f487c3df8902eaca1d2529 to your computer and use it in GitHub Desktop.
// API End-Point
http://www.one-tab.com/api/createPage

// POST Payload
{
  "key": "483e6ba2-08d6-4cb4-b167-550856f4d7c0",
  "tabGroups": [{
    "id": "aek6X7rnpxWCtUjcfcKTtw",
    "tabsMeta": [{
      "id": "hZEpck4plb5SZz5iNZOsHf",
      "url": "https://tw.yahoo.com/",
      "title": "Yahoo奇摩"
    }, {
      "id": "jytq1Uru1Tg1eSpGo6mdLG",
      "url": "https://www.google.com.tw/",
      "title": "Google"
    }, {
      "id": "G9ra7bSuZ3FzCqtEyGFA2W",
      "url": "https://www.apple.com/tw/",
      "title": "Apple (台灣)"
    }],
    "createDate": 1486456668091
  }],
  "noCacheRandom": "1486456681890"
}

// Response
{
  "url": "http://www.one-tab.com/page/a1qTN2mfSmGQU79GqgWe_g?ext=483e6ba2-08d6-4cb4-b167-550856f4d7c0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment