UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

5 lines (4 loc) 372 B
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>;