Package

io.scalajs.npm

githubapinode

Permalink

package githubapinode

github-api-node package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. githubapinode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Branch extends Object

    Permalink

    Represents a GitHub Branch

    Represents a GitHub Branch

    Annotations
    @RawJSType() @native()
  2. trait Commit extends Object

    Permalink

    Represents a Commit

    Represents a Commit

    Annotations
    @RawJSType() @native()
  3. trait CommitStatus extends Object

    Permalink

    Represents a Status

    Represents a Status

    Annotations
    @RawJSType() @native()
  4. trait Content extends Object

    Permalink

    Represents GitHub Content; a file or directory.

    Represents GitHub Content; a file or directory.

    Annotations
    @RawJSType() @native()
  5. trait ContentLinks extends Object

    Permalink

    Represents GitHub Content Links

    Represents GitHub Content Links

    Annotations
    @RawJSType() @native()
  6. trait Contributor extends Object

    Permalink

    Represents a Contributor

    Represents a Contributor

    Annotations
    @RawJSType() @native()
  7. trait Fork extends Object

    Permalink

    Represents a GitHub Fork

    Represents a GitHub Fork

    Annotations
    @RawJSType() @native()
  8. trait Gist extends Object

    Permalink

    Represents a Gist

    Represents a Gist

    Annotations
    @RawJSType() @native()
  9. trait Gists extends Object

    Permalink

    GitHub Gist API

    GitHub Gist API

    Annotations
    @RawJSType() @native()
  10. class GitHub extends Object

    Permalink

    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

  11. type GitHubCallback0 = Function1[GithubError, Any]

    Permalink
  12. type GitHubCallback1[A] = Function2[GithubError, A, Any]

    Permalink
  13. trait GithubError extends Object

    Permalink

    Created by ldaniels on 2/15/17.

    Created by ldaniels on 2/15/17.

    Annotations
    @RawJSType() @native()
  14. class GithubOptions extends Object

    Permalink

    GitHub Optional Settings

    GitHub Optional Settings

    Annotations
    @RawJSType() @ScalaJSDefined()
  15. trait Issue extends Object

    Permalink

    Represents an issue

    Represents an issue

    Annotations
    @RawJSType() @native()
  16. trait Issues extends Object

    Permalink

    Issues Gist API

    Issues Gist API

    Annotations
    @RawJSType() @native()
  17. trait Notification extends Object

    Permalink

    Represents a Notification

    Represents a Notification

    Annotations
    @RawJSType() @native()
  18. trait Organization extends Object

    Permalink

    Represents an Organization

    Represents an Organization

    Annotations
    @RawJSType() @native()
  19. class Pull extends Object

    Permalink

    Represents a GitHub Pull

    Represents a GitHub Pull

    Annotations
    @RawJSType() @ScalaJSDefined()
  20. trait PullRequest extends Object

    Permalink

    Represents a GitHub Pull Request

    Represents a GitHub Pull Request

    Annotations
    @RawJSType() @native()
  21. class RefSpec extends Object

    Permalink

    Represents a Reference Spec

    Represents a Reference Spec

    Annotations
    @RawJSType() @ScalaJSDefined()
  22. trait Repositories extends Object

    Permalink

    GitHub Repository API

    GitHub Repository API

    Annotations
    @RawJSType() @native()
  23. class Repository extends Object

    Permalink

    Represents an individual GitHub Repository Object

    Represents an individual GitHub Repository Object

    Annotations
    @RawJSType() @ScalaJSDefined()
  24. implicit final class RepositoryEnrichment extends AnyVal

    Permalink

    Repository Enrichment

  25. class Resource extends Object

    Permalink

    Represents a GitHub Resource

    Represents a GitHub Resource

    Annotations
    @RawJSType() @native()
  26. trait SHA extends Object

    Permalink

    Represents a reference blob or tree sha.

    Represents a reference blob or tree sha.

    Annotations
    @RawJSType() @native()
  27. trait Searches extends Object

    Permalink

    GitHub Search API

    GitHub Search API

    Annotations
    @RawJSType() @native()
  28. trait Tree extends Object

    Permalink

    Represents a Tree

    Represents a Tree

    Annotations
    @RawJSType() @native()
  29. trait User extends Object

    Permalink

    Represents a GitHub User

    Represents a GitHub User

    Annotations
    @RawJSType() @native()
  30. implicit final class UserEnrichment extends AnyVal

    Permalink

    User Enrichment

  31. trait Users extends Object

    Permalink

    GitHub User API

    GitHub User API

    Annotations
    @RawJSType() @native()

Value Members

  1. object Contributor

    Permalink

    Contributor Companion

  2. object Repository

    Permalink

    Repository Singleton

Inherited from AnyRef

Inherited from Any

Ungrouped