Class

io.scalajs.npm.githubapinode

UserEnrichment

Related Doc: package githubapinode

Permalink

implicit final class UserEnrichment extends AnyVal

User Enrichment

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

Instance Constructors

  1. new UserEnrichment(user: Users)

    Permalink

    user

    the given Users instance

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. def orgsFuture: Future[Array[Organization]]

    Permalink

    List organizations the authenticated user belongs to.

    List organizations the authenticated user belongs to.

    returns

    the array of organizations

    Annotations
    @inline()
  8. def reposFuture(options: RawOptions = null): Future[Array[Repository]]

    Permalink

    List repositories of the authenticated user, including private repositories and repositories in which the user is a collaborator and not an owner.

    List repositories of the authenticated user, including private repositories and repositories in which the user is a collaborator and not an owner.

    options

    the optional settings

    returns

    the array of repositories

    Annotations
    @inline()
  9. def toString(): String

    Permalink
    Definition Classes
    Any
  10. val user: Users

    Permalink

    the given Users instance

Inherited from AnyVal

Inherited from Any

Ungrouped