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'));

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