Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Figma APIを使って活動履歴をグラフ化した話

Figma APIを使って活動履歴をグラフ化した話

2020年6月7日に開催された「なごやデザイナーLT会 Vol.3.5」で発表した資料のうちの1つです。

以下のリンクより、台本とセットでご覧いただけます。
https://note.com/xrxoxcxox/n/n9dcb7c7273bc

Keisuke Watanuki

June 07, 2020
Tweet

More Decks by Keisuke Watanuki

Other Decks in Programming

Transcript

  1. { "versions": [ { "id": "330835042", "created_at": "2020-05-19T19:08:12Z", "label": null,

    "description": null, "user": { "handle": "Keisuke", "img_url": "https://s3-alpha.figma.com/profile/xxx", "id": "664682953441304459" }, "thumbnail_url": null }, { "id": "330786684", "created_at": "2020-05-19T18:18:08Z", "label": null, "description": null, "user": { "handle": "Keisuke", "img_url": "https://s3-alpha.figma.com/profile/xxx", "id": "664682953441304459" }, "thumbnail_url": null }, ... "pagination": { "next_page": "https://api.figma.com/v1/files/yyy", "prev_page": "https://api.figma.com/v1/files/vvv" } }
  2. "created_at": "2020-05-19T19:08:12Z" "created_at": "2020-05-19T18:18:08Z" { "versions": [ { "id": "330835042",

    , "label": null, "description": null, "user": { "handle": "Keisuke", "img_url": "https://s3-alpha.figma.com/profile/xxx", "id": "664682953441304459" }, "thumbnail_url": null }, { "id": "330786684", , "label": null, "description": null, "user": { "handle": "Keisuke", "img_url": "https://s3-alpha.figma.com/profile/xxx", "id": "664682953441304459" }, "thumbnail_url": null }, ... "pagination": { "next_page": "https://api.figma.com/v1/files/yyy", "prev_page": "https://api.figma.com/v1/files/vvv" } }
  3. "id": Number { "name": String "projects": [ { , "name":

    String }, ... ] } GET /v1/teams/:team_id/projects
  4. "key": String { "name": String "files": [ { , "name":

    String, "thumbnail_url": String, "last_modified": String }, ... ] } :project_id GET /v1/projects/ /files