package githubapinode
github-api-node package object
- Alphabetic
- By Inheritance
- githubapinode
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Branch
extends Object
Represents a GitHub Branch
Represents a GitHub Branch
- Annotations
- @RawJSType() @native()
-
trait
Commit
extends Object
Represents a Commit
Represents a Commit
- Annotations
- @RawJSType() @native()
-
trait
CommitStatus
extends Object
Represents a Status
Represents a Status
- Annotations
- @RawJSType() @native()
-
trait
Content
extends Object
Represents GitHub Content; a file or directory.
Represents GitHub Content; a file or directory.
- Annotations
- @RawJSType() @native()
-
trait
ContentLinks
extends Object
Represents GitHub Content Links
Represents GitHub Content Links
- Annotations
- @RawJSType() @native()
-
trait
Contributor
extends Object
Represents a Contributor
Represents a Contributor
- Annotations
- @RawJSType() @native()
-
trait
Fork
extends Object
Represents a GitHub Fork
Represents a GitHub Fork
- Annotations
- @RawJSType() @native()
-
trait
Gist
extends Object
Represents a Gist
Represents a Gist
- Annotations
- @RawJSType() @native()
-
trait
Gists
extends Object
GitHub Gist API
GitHub Gist API
- Annotations
- @RawJSType() @native()
-
class
GitHub
extends Object
github-api-node - A higher-level wrapper around the GitHub API.
github-api-node - A higher-level wrapper around the GitHub API.
- Annotations
- @RawJSType() @native() @JSImport( "github-api-node" , JSImport.Namespace )
- See also
https://www.npmjs.com/package/github-api-node
- type GitHubCallback0 = Function1[GithubError, Any]
- type GitHubCallback1[A] = Function2[GithubError, A, Any]
-
trait
GithubError
extends Object
Created by ldaniels on 2/15/17.
Created by ldaniels on 2/15/17.
- Annotations
- @RawJSType() @native()
-
class
GithubOptions
extends Object
GitHub Optional Settings
GitHub Optional Settings
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
Issue
extends Object
Represents an issue
Represents an issue
- Annotations
- @RawJSType() @native()
-
trait
Issues
extends Object
Issues Gist API
Issues Gist API
- Annotations
- @RawJSType() @native()
-
trait
Notification
extends Object
Represents a Notification
Represents a Notification
- Annotations
- @RawJSType() @native()
-
trait
Organization
extends Object
Represents an Organization
Represents an Organization
- Annotations
- @RawJSType() @native()
-
class
Pull
extends Object
Represents a GitHub Pull
Represents a GitHub Pull
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
PullRequest
extends Object
Represents a GitHub Pull Request
Represents a GitHub Pull Request
- Annotations
- @RawJSType() @native()
-
class
RefSpec
extends Object
Represents a Reference Spec
Represents a Reference Spec
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
Repositories
extends Object
GitHub Repository API
GitHub Repository API
- Annotations
- @RawJSType() @native()
-
class
Repository
extends Object
Represents an individual GitHub Repository Object
Represents an individual GitHub Repository Object
- Annotations
- @RawJSType() @ScalaJSDefined()
-
implicit final
class
RepositoryEnrichment
extends AnyVal
Repository Enrichment
-
class
Resource
extends Object
Represents a GitHub Resource
Represents a GitHub Resource
- Annotations
- @RawJSType() @native()
-
trait
SHA
extends Object
Represents a reference blob or tree sha.
Represents a reference blob or tree sha.
- Annotations
- @RawJSType() @native()
-
trait
Searches
extends Object
GitHub Search API
GitHub Search API
- Annotations
- @RawJSType() @native()
-
trait
Tree
extends Object
Represents a Tree
Represents a Tree
- Annotations
- @RawJSType() @native()
-
trait
User
extends Object
Represents a GitHub User
Represents a GitHub User
- Annotations
- @RawJSType() @native()
-
implicit final
class
UserEnrichment
extends AnyVal
User Enrichment
-
trait
Users
extends Object
GitHub User API
GitHub User API
- Annotations
- @RawJSType() @native()
Value Members
-
object
Contributor
Contributor Companion
-
object
Repository
Repository Singleton