Socket
Socket
Sign inDemoInstall

ember-data-github

Package Overview
Dependencies
186
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-data-github

Ember Data library for the GitHub API


Version published
Weekly downloads
41
decreased by-29.31%
Maintainers
1
Install size
26.8 MB
Created
Weekly downloads
 

Changelog

Source

v0.0.6 (2015-07-20)

Enhancement
  • #8 More informations in githubRepository model & githubUser model. (@Nainterceptor)
  • #7 Add branch model. (@jimmay5469)
Committers: 2

Readme

Source

ember-data-github Build Status Ember Observer Score

Ember Data library for the GitHub API.

Using ember-data-github

ember install ember-data-github

In order to use OAuth endpoints you must also make sure you have a session service which contains a property named githubAccessToken with the currently logged in user's GitHub access token (Exmple: app/services/session.js).

Examples:

this.get('store').find('githubUser', '#'); // get the current user
this.get('store').find('githubUser', 'jimmay5469'); // get a user
this.get('store').find('githubRepository', 'jimmay5469/old-hash'); // get a repository
this.get('store').find('githubBranch, 'jimmay5469/old-hash/branches/master'); // get a branch

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Last updated on 21 Jul 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc