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 "Get project events" API #56

Merged
merged 4 commits into from
Jun 3, 2014
Merged

Conversation

hassaku
Copy link
Contributor

@hassaku hassaku commented Jun 2, 2014

I implemented the method to get a list of project events for my application.
The API is described by following URL.
https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md#get-project-events

I would be glad if you accept this PR.

@@ -0,0 +1 @@
[{"project_id":15,"action_name":"closed"}]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you include a full json response?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your review. I changed to include a full json response.

NARKOZ added a commit that referenced this pull request Jun 3, 2014
@NARKOZ NARKOZ merged commit 4b26fdd into NARKOZ:master Jun 3, 2014
@NARKOZ
Copy link
Owner

NARKOZ commented Jun 3, 2014

thank you

@hassaku hassaku deleted the project_events branch June 5, 2014 05:57
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

Successfully merging this pull request may close these issues.

2 participants