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.
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.