object Gist
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Gist
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def comments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[GistCommentConnection, A]): SelectionBuilder[Gist, A]
A list of comments associated with the gist
- def createdAt: SelectionBuilder[Gist, DateTime]
Identifies the date and time when the object was created.
- def description: SelectionBuilder[Gist, Option[String]]
The gist description.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def files[A](limit: Option[Int] = None, oid: Option[GitObjectID] = None)(innerSelection: SelectionBuilder[GistFile, A]): SelectionBuilder[Gist, Option[List[Option[A]]]]
The files in this gist.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forks[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[GistOrder] = None)(innerSelection: SelectionBuilder[GistConnection, A]): SelectionBuilder[Gist, A]
A list of forks associated with the gist
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Gist, String]
- def isFork: SelectionBuilder[Gist, Boolean]
Identifies if the gist is a fork.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPublic: SelectionBuilder[Gist, Boolean]
Whether the gist is public or not.
- def name: SelectionBuilder[Gist, String]
The gist name.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def owner[A](onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[Gist, Option[A]]
The gist owner.
- def pushedAt: SelectionBuilder[Gist, Option[DateTime]]
Identifies when the gist was last pushed to.
- def resourcePath: SelectionBuilder[Gist, URI]
The HTML path to this resource.
- def stargazerCount: SelectionBuilder[Gist, Int]
Returns a count of how many stargazers there are on this object
- def stargazers[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[StarOrder] = None)(innerSelection: SelectionBuilder[StargazerConnection, A]): SelectionBuilder[Gist, A]
A list of users who have starred this starrable.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[Gist, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[Gist, URI]
The HTTP URL for this Gist.
- def viewerHasStarred: SelectionBuilder[Gist, Boolean]
Returns a boolean indicating whether the viewing user has starred this starrable.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: