Using Service APIs
The Client Library makes calling the Service APIs easy by providing service classes with methods that match the Service API. Learn more about how to use the library to call the Service APIs in the Examples below.
See a list of all the services available in the DirectScale.Disco.Extension.Services namespace
All service classes follow the Dependency Injection standards for .NET 5. They can be resolved using IServiceProvider, or by referencing the service in the constructor.
Examples
🦉
Coding the SubmitOrder Process Hook with a Directscale Service Call
Open Recipe
🦉
Coding a CreateOrder Webhook with a Directscale Service Call
Open Recipe
Updated over 2 years ago