c

io.scalajs.npm.githubapinode

UserEnrichment

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)

    user

    the given Users instance

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def orgsFuture: Future[Array[Organization]]

    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]]

    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
    Definition Classes
    Any
  10. val user: Users

Inherited from AnyVal

Inherited from Any

Ungrouped