website refactor
This commit is contained in:
@@ -16,6 +16,7 @@ export interface BaseApiClientOptions {
|
||||
timeout?: number;
|
||||
retry?: boolean;
|
||||
retryConfig?: typeof DEFAULT_RETRY_CONFIG;
|
||||
allowUnauthenticated?: boolean;
|
||||
}
|
||||
|
||||
export class BaseApiClient {
|
||||
|
||||
Reference in New Issue
Block a user