Class BalanceService
Inheritance
BalanceService
Assembly: Glitch9.AIDevKit.Provider.DeepSeek.dll
Syntax
public sealed class BalanceService : CrudServiceBase<DeepSeekClient>, ICrudService
Constructors
|
Edit this page
View Source
BalanceService(DeepSeekClient)
Declaration
public BalanceService(DeepSeekClient client)
Parameters
Methods
|
Edit this page
View Source
GetAsync(RequestOptions)
Declaration
public UniTask<DeepSeekUserBalance> GetAsync(RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods