We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The coupling of controllers and operations is kind of redundant the way octokit.api.ts is currently setting up a class.
octokit.api.ts
Currently, router/index.ts handles event registration.
router/index.ts
(it's close than when then this ticket was originally written)
Ideas:
/** * TODO: IDEA: * THIS FILE SHOULD ONLY BE EVENT HANDLER FUNCTIONS THAT CALL octokit (or any?) Controller Functions? */
Todos inside src\api\octokit.api.ts
src\api\octokit.api.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Problem
The coupling of controllers and operations is kind of redundant the way
octokit.api.ts
is currently setting up a class.Currently,
router/index.ts
handles event registration.(it's close than when then this ticket was originally written)
Describe the Proposed Solution
Ideas:
octokit.api.ts
References
Todos inside
src\api\octokit.api.ts
The text was updated successfully, but these errors were encountered: