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 hooks for operations #29

Open
ml8 opened this issue Dec 19, 2020 · 1 comment
Open

Add hooks for operations #29

ml8 opened this issue Dec 19, 2020 · 1 comment
Labels

Comments

@ml8
Copy link
Owner

ml8 commented Dec 19, 2020

Why

To expose telemetry.

For tutoring, for example, it is required to have a record of activity. This can be parsed from logs, but it would be better to have explicit hooks (e.g., PUT/POST requests). Imagining using this API for Sheets, for example.

Expected Behavior

Via flags or a config file, let users specify some hooks for various operations. When an operation occurs, that hook is notified. At the very least, support some sort of web hooks.

@ml8 ml8 added the feature label Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant