Click or drag to resize

IHoarderServiceClient Interface

This interface defines the full Hoarder service API. It mainly exists so that constrained clients like on the Blazor platform can use this interface and the implementation via dependency injection.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.30
Syntax
C#
public interface IHoarderServiceClient : IDisposable

The IHoarderServiceClient type exposes the following members.

Properties
 NameDescription
Public propertyApiKey 
Public propertyBaseAddress 
Public propertyClient 
Top
Methods
See Also