11.4.0 • Published 4 months ago

@bevry/github-api v11.4.0

Weekly downloads
-
License
Artistic-2.0
Repository
github
Last release
4 months ago

Authorize GitHub API requests with the appropriate credentials and preferences.

Usage

Complete API Documentation.

import { query } from '@bevry/github-api'

// fetches the GitHub API URL securely via headers authorization, so no redaction is necessary
const response = await query({
    pathname: `user`,
    // searchParams, headers, credentials, url, userAgent
})
const data = await response.json()
console.log(data)

If you wish for a more manual approach, refer to the Complete API Documentation..

npm

Skypack

<script type="module">
    import * as pkg from '//cdn.skypack.dev/@bevry/github-api@^9.0.0'
</script>

unpkg

<script type="module">
    import * as pkg from '//unpkg.com/@bevry/github-api@^9.0.0'
</script>

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/@bevry/github-api@9.0.0'
</script>

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under:

11.3.3

4 months ago

11.4.0

4 months ago

11.3.1

4 months ago

11.3.2

4 months ago

11.2.0

4 months ago

11.3.0

4 months ago

11.1.0

4 months ago

11.0.0

4 months ago

10.0.0

6 months ago

10.1.0

6 months ago

10.2.0

5 months ago

9.0.0

3 years ago