com.github.vergenzt.rtmscala

rtm

Related Doc: package rtmscala

object rtm

Scala wrapper for the Remember the Milk API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rtm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val AUTH_URL: String

  5. val BASE_URL: String

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. object auth

    *************************** Begin API implementation.

    *************************** Begin API implementation. * ***************************

  8. def authedRequest(method: String, params: (String, String)*)(implicit creds: ApiCreds, authToken: AuthToken): HttpRequest

    Construct an authenticated RTM API request.

    Construct an authenticated RTM API request.

    method

    The API method to call, without the prefix "rtm." (e.g."rtm.auth.getFrob" would be passed as "auth.getFrob")

    params

    The method-specific parameters.

    creds

    Your API credentials.

    authToken

    An authentication token.

    Attributes
    protected[com.github.vergenzt.rtmscala]
  9. def baseRequest(url: String, params: (String, String)*)(implicit creds: ApiCreds): HttpRequest

    Construct an RTM API request.

    Construct an RTM API request.

    url

    The url to request.

    params

    The method-specific parameters.

    creds

    Your API credentials.

    Attributes
    protected[com.github.vergenzt.rtmscala]
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. object contacts

  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. object groups

  17. def hashCode(): Int

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

    Definition Classes
    Any
  19. object lists

  20. object locations

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. object reflection

  25. def request(method: String, params: (String, String)*)(implicit creds: ApiCreds): HttpRequest

    Construct a signed RTM API request.

    Construct a signed RTM API request.

    method

    The API method to call, without the prefix "rtm." (e.g."rtm.auth.getFrob" would be passed as "auth.getFrob")

    params

    The method-specific parameters.

    creds

    Your API credentials.

    Attributes
    protected[com.github.vergenzt.rtmscala]
  26. object settings

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

    Definition Classes
    AnyRef
  28. object tasks

  29. object test

  30. object time

  31. def timelinedRequest(method: String, params: (String, String)*)(implicit creds: ApiCreds, authToken: AuthToken, timeline: Timeline): HttpRequest

    Construct an authenticated RTM API request with a timeline.

    Construct an authenticated RTM API request with a timeline.

    method

    The API method to call, without the prefix "rtm." (e.g."rtm.auth.getFrob" would be passed as "auth.getFrob")

    params

    The method-specific parameters.

    creds

    Your API credentials.

    authToken

    An authentication token.

    timeline

    A timeline obtained from rtm.timelines.create

    Attributes
    protected[com.github.vergenzt.rtmscala]
  32. object timelines

  33. object timezones

  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. object transactions

  36. def unsignedRequest(method: String, params: (String, String)*)(implicit creds: ApiCreds): HttpRequest

    Construct an unsigned RTM API request.

    Construct an unsigned RTM API request.

    method

    The API method to call, without the prefix "rtm." (e.g."rtm.auth.getFrob" would be passed as "auth.getFrob")

    params

    The method-specific parameters.

    creds

    Your API credentials.

    Attributes
    protected[com.github.vergenzt.rtmscala]
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped