Skip to main content

githubwrapper

A simple github api wrapper for deno ( and other platforms ) with first class type support

All types are generated using the quicktype api

EXAMPLE

//This example uses deno
import { getRepository } from './mod.ts';
console.log(await getRepository('skyblockdev', 'lowestbins'));

INSTALATION

Deno:

import * as github from 'https://deno.land/x/githubwrapper';

npm:

yarn add githubwrapper
OR
npm i githubwrapper

browser

<script
    type="text/javascript"
    src="https://raw.githubusercontent.com/SkyBlockDev/githubwrapper/main/dist/browser.bundle.js"
></script>

DOCS

You can view the deno autogenerated-docs here http://doc.deno.land/https/deno.land/x/githubwrapper

CONTRIBUTING

You can contribute to this project by making a pull request adding features/fixing things

GOALS

  • Add all endpoints
  • Create a nice class for working with the github search api

LICENSE

This project is licensed under the MIT license