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
🦉
Coding the CreateAutoship Process Hook
Open Recipe
🦉
Coding the GetAutoships Process Hook
Open Recipe
🦉
Coding the SubmitOrder Process Hook with a Directscale Service Call
Open Recipe
Updated over 2 years ago