Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Do not expose methods that do not need to be public #7

Open
mike182uk opened this issue Jan 11, 2016 · 1 comment
Open

Do not expose methods that do not need to be public #7

mike182uk opened this issue Jan 11, 2016 · 1 comment
Assignees

Comments

@mike182uk
Copy link
Contributor

The following methods:

  • duplicateEvent
  • getLatestEvent
  • issueIsValid
  • getEventSlug
  • getEventDetails

do not need to be public. An event is either created or updated via a GitHub webhook payload. The methods listed above are helpers for createEvent and updateEvent and are not intended to be used when integrating this plugin.

@iancrowther
Copy link
Contributor

agreed

@mike182uk mike182uk self-assigned this Jan 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants