-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support Marketplace (preview) API. #720
Comments
Hi @shurcooL, I would love to get involved but I would be remiss if I didn't say that I'm very new to Golang. My understanding from the Contribution guide and the issue you raised is that this requires the implementation of the |
Sounds great, thanks @lackerman! The contribution guide should have most of the things covered. For a general idea of what it looks like, I suggest looking at a similar issue and the PR that it took to resolve it in the past. Those serve as great examples/references. For example, see issue #569 and PR #620. You can start your PR by implementing just one endpoint and sending a PR for review first. We can give feedback, and once everything looks good, you can implement the remaining endpoints. That way you're less likely to spend time on something that needs to be changed.
A new file named |
* Includes basic testing for Listing Plans and the Accounts linked to a Plan (including stubs)
@shurcooL thanks for the information. I've created a PR and would appreciate any feedback. |
GitHub API Docs: https://developer.github.com/v3/apps/marketplace/.
Not seeing an announcement blog post mentioning this, but there are new API endpoints available, as documented at the URL above.
This issue is to track their implementation.
A sub-task here is supporting the
MarketplacePurchaseEvent
event, which is tracked in a separate issue #704.The text was updated successfully, but these errors were encountered: