octokit-next

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

Usage no npm install needed!

<script type="module">
  import octokitNext from 'https://cdn.skypack.dev/octokit-next';
</script>

README

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