Trait

tv.kazu.chatwork4s

ChatWorkApiClientBase

Related Doc: package chatwork4s

Permalink

trait ChatWorkApiClientBase extends AnyRef

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

Abstract Value Members

  1. abstract val apiToken: String

    Permalink
    Attributes
    protected
  2. abstract val connTimeoutMs: Int

    Permalink
    Attributes
    protected
  3. abstract val readTimeoutMs: Int

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val apiBase: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def contacts(): Future[List[User]]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(path: String, params: Seq[(String, String)] = Seq())(implicit ec: ExecutionContext = global): Future[ChatWorkApiResponse]

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getRequest(path: String, params: Seq[(String, String)]): HttpRequest

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def me(): Future[UserFull]

    Permalink
  17. def messages(roomId: Int, fetchNext: Boolean = false): Future[List[Message]]

    Permalink
  18. def messagesOrErrors(roomId: Int, fetchNext: Boolean = false): Future[Either[List[String], List[Message]]]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def post(path: String, params: Seq[(String, String)])(implicit ec: ExecutionContext = global): Future[ChatWorkApiResponse]

    Permalink
  23. def postRequest(path: String, params: Seq[(String, String)]): HttpRequest

    Permalink
  24. def room(roomId: Int): Future[Room]

    Permalink
  25. def roomMembers(roomId: Int): Future[List[User]]

    Permalink
  26. def roomMembersOrErrors(roomId: Int): Future[Either[List[String], List[User]]]

    Permalink
  27. def roomOrErrors(roomId: Int): Future[Either[List[String], Room]]

    Permalink
  28. def rooms(): Future[List[Room]]

    Permalink
  29. def roomsOrErrors(): Future[Either[List[String], List[Room]]]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped