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
Comments
Please sign in to leave a comment.