Extension Abstraction API Reference

The Abstractions API contains a variety of methods created by DirectScale that you can use in your custom code.

View Abstractions documentation

For example, when creating a custom API:

namespace integration.Api
{
    public class TestCustomSources : IApiEndpoint
    {
        private readonly ISourceService _sourceService;

This snippet inherits from IApiEndpoint and uses ISourceService, two called in Abstractions API. Click each link to learn more.

The Abstraction Layer is a public NuGet package included with your Client Extension.

NuGet Package Link: DirectScale.Disco.Extension.Abstractions

Was this article helpful?
0 out of 1 found this helpful
Previous Next

Comments

0 comments

Please sign in to leave a comment.