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

Add an option to get the id of an event #199

Closed
Techcable opened this issue Jun 12, 2015 · 1 comment
Closed

Add an option to get the id of an event #199

Techcable opened this issue Jun 12, 2015 · 1 comment

Comments

@Techcable
Copy link

All events start with an 'event id' like this:

  {
    "id": "2834753425",
    "type": "ForkEvent",
    "actor": {
      "id": 8795909,
      "login": "Prismarine",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Prismarine",
      "avatar_url": "https://avatars.githubusercontent.com/u/8795909?"
    },
    "repo": {
      "id": 29747510,
      "name": "Techcable/mc-dev",
      "url": "https://api.github.com/repos/Techcable/mc-dev"
    },

Could you please add a method to get the event id from the api?

kohsuke added a commit that referenced this issue Dec 1, 2015
And the actual value has already gone past 'int'

This fixes issue #199
@kohsuke
Copy link
Collaborator

kohsuke commented Dec 1, 2015

Fixed toward 1.72

@kohsuke kohsuke closed this as completed Dec 1, 2015
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