octokit-next
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

octokit-next.js

Experimental Octokit SDK for exploration only - DO NOT USE 🚫⚠️

Build Status

We use this repository to implement new features without the legacy of the current Octokit implementation.

Currently working on:

Usage

⚠️ This is an experimental SDK not meant for actual usage.

import { Octokit } from "octokit-next";

const octokit = new Octokit();

const { data } = await octokit.request("GET /repos/{owner}/{repo}", {
  owner: "octokit",
  repo: "octokit-next.js",
});

console.log(data);

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i octokit-next

Weekly Downloads

6

Version

1.2.1

License

MIT

Unpacked Size

13.4 kB

Total Files

12

Last publish

Collaborators

  • octokitbot