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 support for projects #483

Closed

Conversation

martinvanzijl
Copy link
Contributor

Fixes issue #425.

Added methods:

  • GitHub.getProject(int id)
  • GHRepository.createProject()
  • GHRepository.listProjects()
  • GHOrganization.createProject()
  • GHOrganization.listProjects()

Added the GHProject class.

@JosephHobbs
Copy link

I was just looking for a library specifically for interacting with projects in Github! This is great!

@geir-eilertsen
Copy link

I'm looking for this functionality as well, would be great if it was merged and released!

Copy link
Member

@bitwiseman bitwiseman left a comment

Choose a reason for hiding this comment

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

Cool! We'll need tests and then I'll take another look.
@JosephHobbs @geir-origin-no
If either of you have time to write some tests please respond and that will get this change out faster.

@gskjold
Copy link
Contributor

gskjold commented Jul 31, 2019

I also had use for this, so I extended @martinvanzijl contribution with columns and cards. Also added some tests, hoping they are sufficient @bitwiseman .

I'm not used to forks and how to contribute in the correct way here, but that might just be another pullreq?
Ref: https://github.com/gskjold/github-api/tree/issue_425_projects_columns_cards

@bitwiseman
Copy link
Member

@gskjold Start a new PR and reference this one so we know to close this.

@gskjold gskjold mentioned this pull request Sep 19, 2019
@bitwiseman
Copy link
Member

Moving to a new PR.

@bitwiseman bitwiseman closed this Sep 25, 2019
@martinvanzijl
Copy link
Contributor Author

Thanks, will delete my branch.

@martinvanzijl martinvanzijl deleted the issue_425_projects_support branch September 26, 2019 03:07
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.

5 participants