We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Added getter for ID
ed8cd0a
And the actual value has already gone past 'int' This fixes issue #199
Fixed toward 1.72
Sorry, something went wrong.
No branches or pull requests
All events start with an 'event id' like this:
Could you please add a method to get the event id from the api?
The text was updated successfully, but these errors were encountered: