Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( |
Creates a list. * Title (required). |
|
CreateAsync ( |
Creates a list. * Title (required). |
|
Delete ( |
Deleted a list.
|
|
DeleteAsync ( |
Deleted a list.
|
|
FollowList ( |
Follow a list.
|
|
FollowListAsync ( |
Follow a list.
|
|
GetList ( |
Returns a list by its id.
|
|
GetListAsync ( |
Returns a list by its id.
|
|
GetListFollowings ( |
Returns list of users following a list.
|
|
GetListFollowingsAsync ( |
Returns list of users following a list.
|
|
GetLists ( |
Returns a collection of lists. Results are paginated. The default number of returned lists is 20. Pagination information are stored in the Meta property of KipptListCollection class. |
|
GetLists ( |
Returns a collection of lists.
|
|
GetLists ( |
Returns a collection of lists.
|
|
GetListsAsync ( |
Returns a collection of lists. Results are paginated. The default number of returned lists is 20. Pagination information are stored in the Meta property of KipptListCollection class. |
|
GetListsAsync ( |
Returns a collection of lists.
|
|
GetListsAsync ( |
Returns a collection of lists.
|
|
GetUserLists ( |
Returns lists of a user
|
|
GetUserListsAsync ( |
Returns lists of a user
|
|
IsFollowing ( |
Checks whether the logged in user is following a list.
|
|
IsFollowingAsync ( |
Checks whether the logged in user is following a list.
|
|
Search ( |
Search for a list.
|
|
SearchAsync ( |
Search for a list.
|
|
UnFollowList ( |
Unfollow a list.
|
|
UnFollowListAsync ( |
Unfollow a list.
|
|
Update ( |
Updates a list.
|
|
UpdateAsync ( |
Updates a list.
|
public Create ( |
||
client | ||
return |
public CreateAsync ( |
||
client | ||
return | void |
public Delete ( |
||
client | ||
return | void |
public DeleteAsync ( |
||
client | ||
return | void |
public static FollowList ( |
||
client | ||
listId | int | List id. |
return | void |
public static FollowListAsync ( |
||
client | ||
listId | int | List id. |
return | void |
public static GetList ( |
||
client | ||
id | int | List id. |
return |
public static GetListAsync ( |
||
client | ||
id | int | List id. |
return | void |
public static GetListFollowings ( |
||
client | ||
listId | int | List id. |
limit | int | End index. |
offset | int | Start index. |
return |
public static GetListFollowingsAsync ( |
||
client | ||
listId | int | List id. |
limit | int | End index. |
offset | int | Start index. |
return | void |
public static GetLists ( |
||
client | ||
return |
public static GetLists ( |
||
client | ||
limit | int | End index. |
return |
public static GetLists ( |
||
client | ||
limit | int | End index. |
offset | int | Start index. |
return |
public static GetListsAsync ( |
||
client | ||
return | void |
public static GetListsAsync ( |
||
client | ||
limit | int | End index. |
return | void |
public static GetListsAsync ( |
||
client | ||
limit | int | End index. |
offset | int | Start index. |
return | void |
public static GetUserLists ( |
||
client | ||
userId | int | User id. |
limit | int | End index. |
offset | int | Start index. |
return |
public static GetUserListsAsync ( |
||
client | ||
userId | int | User id. |
limit | int | End index. |
offset | int | Start index. |
return | void |
public static IsFollowing ( |
||
client | ||
listId | int | List id. |
return | bool |
public static IsFollowingAsync ( |
||
client | ||
listId | int | List id. |
return | void |
public static Search ( |
||
client | ||
query | string | Query. |
limit | int | End index. |
offset | int | Start index. |
return |
public static SearchAsync ( |
||
client | ||
query | string | Query. |
limit | int | End index. |
offset | int | Start index. |
return | void |
public static UnFollowList ( |
||
client | ||
listId | int | List id. |
return | void |
public static UnFollowListAsync ( |
||
client | ||
listId | int | List id. |
return | void |
public Update ( |
||
client | ||
return |
public UpdateAsync ( |
||
client | ||
return | void |