Block a user
Object-URI parity with medium-resource hierarchies
Add dynamic root-level permission requests
Solidify Resource-Medium interaction
Element-wise inference via generics
For example, in a class B(A)
, the parent relationship to A
is available under B.mro()
. But if we define A
to be generic, e.g., A[C]
, subtypes of C
can be enforced as the compositional…