qansigliere-jira-api-integration
Version:
The main idea of this library created in the JavaScript language is to provide a ready-made set of API methods for integration with JIRA
5 lines • 468 B
TypeScript
export function get(base_url: any, additional_path: any, headers: any, debug?: boolean): Promise<any>;
export function download(base_url: any, additional_path: any, headers: any): Promise<any>;
export function post(base_url: any, additional_path: any, json_body: any, headers: any): Promise<any>;
export function post_file(base_url: any, additional_path: any, path_to_file: any, headers: any, file_key?: string): Promise<any>;
//# sourceMappingURL=axios_utils.d.ts.map