FSharp.Data.Toolbox


Connections Type

Constructors

Constructor Description

Connections(context)

Full Usage: Connections(context)

Parameters:
Returns: Connections

context : TwitterContext
Returns: Connections

Instance members

Instance member Description

this.FollowerIds(?userId, ?screenName, ?cursor, ?count)

Full Usage: this.FollowerIds(?userId, ?screenName, ?cursor, ?count)

Parameters:
    ?userId : int64
    ?screenName : string
    ?cursor : int64
    ?count : int

Returns: Root

?userId : int64
?screenName : string
?cursor : int64
?count : int
Returns: Root

this.FriendsIds(?userId, ?screenName, ?cursor, ?count)

Full Usage: this.FriendsIds(?userId, ?screenName, ?cursor, ?count)

Parameters:
    ?userId : int64
    ?screenName : string
    ?cursor : int64
    ?count : int

Returns: Root

?userId : int64
?screenName : string
?cursor : int64
?count : int
Returns: Root

this.Friendship(?sourceId, ?targetId)

Full Usage: this.Friendship(?sourceId, ?targetId)

Parameters:
    ?sourceId : int64
    ?targetId : int64

Returns: Root

?sourceId : int64
?targetId : int64
Returns: Root