Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-api-promise - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "github-api-promise",
"version": "1.1.0",
"version": "1.1.1",
"description": "A node module for interfacing with the Github API using promises",

@@ -5,0 +5,0 @@ "main": "src/app.js",

# github-api
A node module for interfacing with the Github API using promises. The full GitHub API documentation can be found at https://developer.github.com/v3/.
# Installation
```bash

@@ -10,5 +12,6 @@ npm install github-api-promise

# Usage
TLDR;
1. Require _github-api_
1. Require _github-api-promise_
2. Set settings

@@ -41,12 +44,16 @@ 3. Make API calls

# API Support
The following APIs are supported. PRs welcome!
* [Repositories > Releases](https://developer.github.com/v3/repos/releases/) (all resources)
* [Repositories > Releases](https://developer.github.com/v3/repos/releases/)
* [Activity > Events](https://developer.github.com/v3/activity/events/)
# Documentation
TODO: JSDoc on github pages
# Thanks
Special thanks to [jeejkang](https://github.com/jeejkang) for the [Stormtroopocat](https://octodex.github.com/stormtroopocat/) image!
Thanks to [aktau/github-release](https://github.com/aktau/github-release) (a library for GO) for the inspiration for this project.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc