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