Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List out fields in GitHub Issue object. #1

Closed
gaurav-naik opened this issue May 12, 2016 · 1 comment
Closed

List out fields in GitHub Issue object. #1

gaurav-naik opened this issue May 12, 2016 · 1 comment

Comments

@gaurav-naik
Copy link
Owner

List out the fields of GitHub Issue object for future reference either by inspecting its JSON or looking up relevant articles on GitHub API documentation.

@revant
Copy link
Collaborator

revant commented May 12, 2016

  {
    "url": "https://api.github.com/repos/gaurav-naik/gi2et/issues/1",
    "repository_url": "https://api.github.com/repos/gaurav-naik/gi2et",
    "labels_url": "https://api.github.com/repos/gaurav-naik/gi2et/issues/1/labels{/name}",
    "comments_url": "https://api.github.com/repos/gaurav-naik/gi2et/issues/1/comments",
    "events_url": "https://api.github.com/repos/gaurav-naik/gi2et/issues/1/events",
    "html_url": "https://github.com/gaurav-naik/gi2et/issues/1",
    "id": 154475688,
    "number": 1,
    "title": "List out fields in GitHub Issue object.",
    "user": {
      "login": "gaurav-naik",
      "id": 17795124,
      "avatar_url": "https://avatars.githubusercontent.com/u/17795124?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/gaurav-naik",
      "html_url": "https://github.com/gaurav-naik",
      "followers_url": "https://api.github.com/users/gaurav-naik/followers",
      "following_url": "https://api.github.com/users/gaurav-naik/following{/other_user}",
      "gists_url": "https://api.github.com/users/gaurav-naik/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/gaurav-naik/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/gaurav-naik/subscriptions",
      "organizations_url": "https://api.github.com/users/gaurav-naik/orgs",
      "repos_url": "https://api.github.com/users/gaurav-naik/repos",
      "events_url": "https://api.github.com/users/gaurav-naik/events{/privacy}",
      "received_events_url": "https://api.github.com/users/gaurav-naik/received_events",
      "type": "User",
      "site_admin": false
    },
    "labels": [

    ],
    "state": "open",
    "locked": false,
    "assignee": null,
    "milestone": null,
    "comments": 0,
    "created_at": "2016-05-12T12:56:48Z",
    "updated_at": "2016-05-12T12:56:48Z",
    "closed_at": null,
    "body": "List out the fields of GitHub Issue object for future reference either by inspecting its JSON or looking up relevant articles on GitHub API documentation."
  }

@revant revant closed this as completed May 20, 2016
revant added a commit that referenced this issue May 3, 2017
revant added a commit that referenced this issue May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants