-
Notifications
You must be signed in to change notification settings - Fork 1
issue structure
Shunsuke Wada edited this page Mar 12, 2016
·
1 revision
iex(6)> Tentacat.Issues.filter "letusfly85", "github_stalking", %{state: "open"} , client
[%{"assignee" => %{"avatar_url" => "https://avatars.githubusercontent.com/u/1466545?v=3",
"events_url" => "https://api.github.com/users/letusfly85/events{/privacy}",
"followers_url" => "https://api.github.com/users/letusfly85/followers",
"following_url" => "https://api.github.com/users/letusfly85/following{/other_user}",
"gists_url" => "https://api.github.com/users/letusfly85/gists{/gist_id}",
"gravatar_id" => "", "html_url" => "https://github.com/letusfly85",
"id" => 1466545, "login" => "letusfly85",
"organizations_url" => "https://api.github.com/users/letusfly85/orgs",
"received_events_url" => "https://api.github.com/users/letusfly85/received_events",
"repos_url" => "https://api.github.com/users/letusfly85/repos",
"site_admin" => false,
"starred_url" => "https://api.github.com/users/letusfly85/starred{/owner}{/repo}",
"subscriptions_url" => "https://api.github.com/users/letusfly85/subscriptions",
"type" => "User", "url" => "https://api.github.com/users/letusfly85"},
"body" => "## Summary\r\n\r\nadd search issue list from a github repository,\r\nan argument should be namespace and repository name.\r\n\r\n## changelog\r\n\r\n## added todos\r\n\r\n### related issues\r\n---\r\n\r\n### parent issue\r\n---\r\n\r\n### others\r\n---",
"closed_at" => nil, "comments" => 0,
"comments_url" => "https://api.github.com/repos/letusfly85/github_stalking/issues/1/comments",
"created_at" => "2016-02-13T00:55:23Z",
"events_url" => "https://api.github.com/repos/letusfly85/github_stalking/issues/1/events",
"html_url" => "https://github.com/letusfly85/github_stalking/issues/1",
"id" => 133380214, "labels" => [],
"labels_url" => "https://api.github.com/repos/letusfly85/github_stalking/issues/1/labels{/name}",
"locked" => false, "milestone" => nil, "number" => 1,
"repository_url" => "https://api.github.com/repos/letusfly85/github_stalking",
"state" => "open",
"title" => "[module]search issue list from a github repository",
"updated_at" => "2016-02-13T01:05:18Z",
"url" => "https://api.github.com/repos/letusfly85/github_stalking/issues/1",
"user" => %{"avatar_url" => "https://avatars.githubusercontent.com/u/1466545?v=3",
"events_url" => "https://api.github.com/users/letusfly85/events{/privacy}",
"followers_url" => "https://api.github.com/users/letusfly85/followers",
"following_url" => "https://api.github.com/users/letusfly85/following{/other_user}",
"gists_url" => "https://api.github.com/users/letusfly85/gists{/gist_id}",
"gravatar_id" => "", "html_url" => "https://github.com/letusfly85",
"id" => 1466545, "login" => "letusfly85",
"organizations_url" => "https://api.github.com/users/letusfly85/orgs",
"received_events_url" => "https://api.github.com/users/letusfly85/received_events",
"repos_url" => "https://api.github.com/users/letusfly85/repos",
"site_admin" => false,
"starred_url" => "https://api.github.com/users/letusfly85/starred{/owner}{/repo}",
"subscriptions_url" => "https://api.github.com/users/letusfly85/subscriptions",
"type" => "User", "url" => "https://api.github.com/users/letusfly85"}}]