# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/43pupjq
How to write "hookable" software?**
Does anybody have any resources/references/design patterns/guides/blog posts/etc for building software that is designed to be extensible by users? I have a Kubernetes controller that I’d like to build in some user extension points for, and I’m not really sure the best way to go about this.
My rough requirements are
1. Users should be able to write in whatever language they want (or, at the_very_ least, they shouldn’t have to recompile the controller binary)
2. I guess I’d_prefe ... ⌘ Read more_