teamTenta / Tenta

Github + SNS
MIT License
0 stars 2 forks source link

[Feature/server main] Main Feeds 조회 API #11

Closed Alencion closed 3 years ago

Alencion commented 3 years ago

구현 내용

Main Feeds 조회 API #10

결과

[ {
  "type" : "WatchEvent",
  "actor" : {
    "url" : "https://api.github.com/users/SeokBA",
    "login" : "SeokBA",
    "avatar_url" : "https://avatars.githubusercontent.com/u/45285737?"
  },
  "repo" : {
    "url" : "https://api.github.com/repos/nalexn/ViewInspector",
    "name" : "nalexn/ViewInspector"
  },
  "payload" : {
    "action" : "started"
  },
  "created_at" : "2021-01-20T12:47:45"
}, {
  "type" : "PushEvent",
  "actor" : {
    "url" : "https://api.github.com/users/SeokBA",
    "login" : "SeokBA",
    "avatar_url" : "https://avatars.githubusercontent.com/u/45285737?"
  },
  "repo" : {
    "url" : "https://api.github.com/repos/teamTenta/Tenta",
    "name" : "teamTenta/Tenta"
  },
  "payload" : {
    "commits" : [ {
      "message" : "feat: GithubLoginViewModel 제거"
    } ]
  },
  "created_at" : "2021-01-20T12:01:27"
}, ...
]