0.0.7 • Published 3 years ago

wrappergithub v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago