Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/ILinkHeader.ts>ILinkHeader

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
interface ILinkHeader
import { type ILinkHeader } from "https://deno.land/x/kd_clients@v0.0.5/core/ILinkHeader.ts";

Represents a response link header from a GitHub API response that contains pagination information.

Properties

prevPage: number

The previous page.

nextPage: number

The next page.

totalPages: number

The total number of pages.

pageData: IPageInfo[]

All of the page info data.