Using Hook APIs

The Client Library makes calling the Hook APIs easy by allowing clients to use the IHookCallback interface in controllers or by allowing clients to write their own concrete implementation of a generic class. Learn more about how to use the library to call the Hook APIs in the Examples below.

📘

The IHookCallback interface is located in the DirectScale.Disco.Extension.Middleware namespace.


Examples