Skip to main content

githubwrapper

a simple github api wrapper with first class type support

EXAMPLE

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

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