class IssueOps[F[_]] extends AnyRef
Exposes Issue operations as a Free monadic algebra that may be combined with other Algebras via Coproduct
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IssueOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def addLabels(owner: String, repo: String, number: Int, labels: List[String], accessToken: Option[String] = None): Free[F, GHResponse[List[Label]]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def createComment(owner: String, repo: String, number: Int, body: String, accessToken: Option[String] = None): Free[F, GHResponse[Comment]]
- def createIssue(owner: String, repo: String, title: String, body: String, milestone: Option[Int], labels: List[String], assignees: List[String], accessToken: Option[String] = None): Free[F, GHResponse[Issue]]
- def deleteComment(owner: String, repo: String, id: Int, accessToken: Option[String] = None): Free[F, GHResponse[Unit]]
- def editComment(owner: String, repo: String, id: Int, body: String, accessToken: Option[String] = None): Free[F, GHResponse[Comment]]
- def editIssue(owner: String, repo: String, issue: Int, state: String, title: String, body: String, milestone: Option[Int], labels: List[String], assignees: List[String], accessToken: Option[String] = None): Free[F, GHResponse[Issue]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIssue(owner: String, repo: String, number: Int, accessToken: Option[String] = None): Free[F, GHResponse[Issue]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listAvailableAssignees(owner: String, repo: String, pagination: Option[Pagination] = None, accessToken: Option[String] = None): Free[F, GHResponse[List[User]]]
- def listComments(owner: String, repo: String, number: Int, accessToken: Option[String] = None): Free[F, GHResponse[List[Comment]]]
- def listIssues(owner: String, repo: String, accessToken: Option[String] = None): Free[F, GHResponse[List[Issue]]]
- def listLabels(owner: String, repo: String, number: Int, accessToken: Option[String] = None): Free[F, GHResponse[List[Label]]]
-
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 removeLabel(owner: String, repo: String, number: Int, label: String, accessToken: Option[String] = None): Free[F, GHResponse[List[Label]]]
- def searchIssues(query: String, searchParams: List[SearchParam], accessToken: Option[String] = None): Free[F, GHResponse[SearchIssuesResult]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )