Files
dynamic-badges-action/node_modules/@actions/github/lib/internal/utils.d.ts
Simon Schneegans ed18a71a87 🎉 Initial commit
2020-08-15 12:02:21 +02:00

7 lines
349 B
TypeScript

/// <reference types="node" />
import * as http from 'http';
import { OctokitOptions } from '@octokit/core/dist-types/types';
export declare function getAuthString(token: string, options: OctokitOptions): string | undefined;
export declare function getProxyAgent(destinationUrl: string): http.Agent;
export declare function getApiBaseUrl(): string;