-
-
Notifications
You must be signed in to change notification settings - Fork 273
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 Projects API #417
Comments
Thank you for your issue! I don't have the time to add it myself, but I would be happy to review and accept a PR adding it. 🙂 If you want to the conventions, generally all you have to do is look at octokit's API, as we try to be similar where possible so it's recognisable for developers. |
Would this use the REST API for the "classic" implementation or the preferred GraphQL client? Classic: https://docs.github.com/en/rest/projects/projects?apiVersion=2022-11-28 Looking at the restful API: Org Projects
Projects
User Projects
Cards
Collaborators
Columns
|
The REST API, if people want to use GraphQL they can through the |
Hi, I like the api, I stumbled upon it a couple of weeks ago due to a personal project. I'd like to contribute filling out some of the boxes above. |
@gabrielecodes Great feel free to make a PR and I will review it when I have time 🙂 |
I looked at this briefly and I think the part I got confused on is that a card should be able to reference a user but the user API isn't implemented. Could that be the case or perhaps I've misunderstood? |
PR #447 adds interfaces to the REST api for |
I think it depends on what is needed, we do have some of the user schema such as
That's fine, I've approved the CI run, please do remember to un-draft your PR when you think it's ready to be merged, as I don't tend to put review time into drafts. |
I fixed the doc tests, I think the PR is ready to be reviewed. |
It seems that the Projects API isn't implemented. Can be extremely useful!
The text was updated successfully, but these errors were encountered: