gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 372 B
TypeScript
import type { JiraConfig } from '#src/providers/types.js';
export declare function getJiraCredentials(config: Partial<JiraConfig> | null): JiraConfig;
export declare function getJiraHeaders(config: JiraConfig): Record<string, string>;
export declare function jiraRequest<T>(config: JiraConfig, endpoint: string, options?: RequestInit, showProgress?: boolean): Promise<T>;