Client

Constructors

this
this(ClientConfig clientToken)
Undocumented in source.

Members

Functions

account
JSONValue account(uint id)
accountFollowers
JSONValue accountFollowers(uint id)
accountFollowing
JSONValue accountFollowing(uint id)
accountRelationships
JSONValue accountRelationships(uint[] id)
accountRelationships
JSONValue accountRelationships(uint[] arr)
accountStatuses
JSONValue accountStatuses(uint id)
authorizeFollowRequest
JSONValue authorizeFollowRequest(uint id)
blockAccount
JSONValue blockAccount(uint id)
blocks
JSONValue blocks()
clearNotifications
JSONValue clearNotifications()
deleteStatus
JSONValue deleteStatus(uint statusId)
favourite
JSONValue favourite(uint statusId)
favouritedBy
JSONValue favouritedBy(uint id)
favourites
JSONValue favourites()
followAccount
JSONValue followAccount(uint id)
followRemoteUser
JSONValue followRemoteUser(string uri)
followRequests
JSONValue followRequests()
instance
JSONValue instance()
muteAccount
JSONValue muteAccount(uint id)
mutes
JSONValue mutes()

TODO

notifications
JSONValue notifications()
notifications
JSONValue notifications(uint id)
postStatus
JSONValue postStatus(string status)

TODO add params

reblog
JSONValue reblog(uint statusId)
rebloggedBy
JSONValue rebloggedBy(uint id)
rejectFollowRequest
JSONValue rejectFollowRequest(uint id)
reports
JSONValue reports()
request
JSONValue request(string endPoint, T arg)
Undocumented in source. Be warned that the author may not have intended to support it.
searchAccount
JSONValue searchAccount(string q, uint limit)
signIn
This signIn(string email, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
status
JSONValue status(uint id)

TODO TODO

statusCard
JSONValue statusCard(uint id)
statusContext
JSONValue statusContext(uint id)
timelineHashtag
JSONValue timelineHashtag(string tag)
timelineHome
JSONValue timelineHome()
timelinePublic
JSONValue timelinePublic()
unblockAccount
JSONValue unblockAccount(uint id)
unfavourite
JSONValue unfavourite(uint statusId)
unfollowAccount
JSONValue unfollowAccount(uint id)
unmuteAccount
JSONValue unmuteAccount(uint id)
unreblog
JSONValue unreblog(uint statusId)
updateAccountCredentials
JSONValue updateAccountCredentials(string arg)
Undocumented in source. Be warned that the author may not have intended to support it.
verifyAccountCredentials
JSONValue verifyAccountCredentials()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta