메소드 | 설명 | |
---|---|---|
AddPost ( |
||
DeletePost ( int postId, string authenticationToken ) : bool | ||
GetMorePopularPosts ( int postsCount, int skip ) : List |
||
GetMorePostsByTag ( string tagName, int skip ) : List |
||
GetMorePostsByUser ( int userId, int skip ) : List |
||
GetMoreRecentPosts ( int postsCount, int skip ) : List |
||
GetPopularPosts ( int postsCount ) : List |
||
GetPost ( int postId ) : |
||
GetPostsByCommunity ( int communityId, int threshold = 10, int skip = 10 ) : List |
||
GetPostsByTag ( string tagName ) : List |
||
GetPostsByUser ( int userId ) : List |
||
GetRecentPosts ( int postsCount ) : List |
||
GetRelatedPosts ( int postId ) : |
||
UpdatePost ( |
public AddPost ( |
||
post | ||
authenticationToken | string | |
리턴 |
public DeletePost ( int postId, string authenticationToken ) : bool | ||
postId | int | |
authenticationToken | string | |
리턴 | bool |
public GetMorePopularPosts ( int postsCount, int skip ) : List |
||
postsCount | int | |
skip | int | |
리턴 | List |
public GetMorePostsByTag ( string tagName, int skip ) : List |
||
tagName | string | |
skip | int | |
리턴 | List |
public GetMorePostsByUser ( int userId, int skip ) : List |
||
userId | int | |
skip | int | |
리턴 | List |
public GetMoreRecentPosts ( int postsCount, int skip ) : List |
||
postsCount | int | |
skip | int | |
리턴 | List |
public GetPostsByCommunity ( int communityId, int threshold = 10, int skip = 10 ) : List |
||
communityId | int | |
threshold | int | |
skip | int | |
리턴 | List |
public GetRelatedPosts ( int postId ) : |
||
postId | int | |
리턴 |
public UpdatePost ( |
||
post | ||
authenticationToken | string | |
리턴 |