Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kd_clients/core/mod.ts

Various HTTP clients for miscellaneous use.
Latest
import * as kdClients from "https://deno.land/x/kd_clients@v1.0.0-preview.14/core/mod.ts";

Classes

c
GitHubClient
abstract

Provides a base class for HTTP clients.

Interfaces

Represents the body of an HTTP GitHub API issue request. Used to update an issue or pull request.

Type Aliases

Represents any branch.

Represents a bad credentials object returned from the GitHub GraphQL API.

Represents a function for getting a page of data form a GitHub API end point.

Represents a GitHub issue or pull request.

Represents a GitHub issue or pull request.

Represents the state of a GitHub issue or pull request.

Represents different string transformations.