메소드 | 설명 | |
---|---|---|
GetEvents ( |
Makes a request to API method /events Documentation can be found following the link below: https://api.stackexchange.com/docs/events
|
|
GetMyActiveTags ( |
Makes a request to API method /me/tags Documentation can be found following the link below: https://api.stackexchange.com/docs/me-tags
|
|
GetMyAnswers ( |
Makes a request to API method /me/answers Documentation can be found following the link below: https://api.stackexchange.com/docs/me-answers
|
|
GetMyAssociatedAccounts ( |
Makes a request to API method /me/associated Documentation can be found following the link below: https://api.stackexchange.com/docs/me-associated-users
|
|
GetMyBadges ( |
Makes a request to API method /me/badges Documentation can be found following the link below: https://api.stackexchange.com/docs/me-badges
|
|
GetMyComments ( |
Makes a request to API method /me/comments Documentation can be found following the link below: https://api.stackexchange.com/docs/me-comments
|
|
GetMyCommentsInReplyTo ( long toId, |
Makes a request to API method /me/comments/{toid} Documentation can be found following the link below: https://api.stackexchange.com/docs/me-comments-to
|
|
GetMyInbox ( |
Makes a request to API method /users/{id}/inbox Documentation can be found following the link below: https://api.stackexchange.com/docs/me-inbox
|
|
GetMyInboxUnread ( |
Makes a request to API method /users/{id}/inbox/unread Documentation can be found following the link below: https://api.stackexchange.com/docs/me-unread-inbox
|
|
GetMyMentions ( |
Makes a request to API method /me/mentioned Documentation can be found following the link below: https://api.stackexchange.com/docs/me-mentioned
|
|
GetMyPrivileges ( |
Makes a request to API method /me/privileges Documentation can be found following the link below: https://api.stackexchange.com/docs/me-privileges
|
|
GetMyQuestionFavorites ( |
Makes a request to API method /me/favorites Documentation can be found following the link below: https://api.stackexchange.com/docs/me-favorites
|
|
GetMyQuestions ( |
Makes a request to API method /me/questions Documentation can be found following the link below: https://api.stackexchange.com/docs/me-questions
|
|
GetMyQuestionsConsideredUnanswered ( |
Makes a request to API method /me/questions/unanswered Documentation can be found following the link below: https://api.stackexchange.com/docs/me-unanswered-questions
|
|
GetMyQuestionsWithNoAcceptedAnswer ( |
Makes a request to API method /me/questions/unaccepted Documentation can be found following the link below: https://api.stackexchange.com/docs/me-unaccepted-questions
|
|
GetMyQuestionsWithNoAnswers ( |
Makes a request to API method /me/questions/no-answers Documentation can be found following the link below: https://api.stackexchange.com/docs/me-no-answer-questions
|
|
GetMyReputationChanges ( |
Makes a request to API method /me/reputation Documentation can be found following the link below: https://api.stackexchange.com/docs/me-reputation
|
|
GetMySuggestedEdits ( |
Makes a request to API method /me/suggested-edits Documentation can be found following the link below: https://api.stackexchange.com/docs/me-suggested-edits
|
|
GetMyTimeline ( |
Makes a request to API method /me/timeline Documentation can be found following the link below: https://api.stackexchange.com/docs/me-timeline
|
|
GetMyTopAnswerTags ( |
Makes a request to API method /me/top-answer-tags Documentation can be found following the link below: https://api.stackexchange.com/docs/me-top-answer-tags
|
|
GetMyTopAnswers ( string tags, |
Makes a request to API method /me/tags/{tags}/top-answers Documentation can be found following the link below: https://api.stackexchange.com/docs/me-tags-top-answers
|
|
GetMyTopQuestionTags ( |
Makes a request to API method /me/top-question-tags Documentation can be found following the link below: https://api.stackexchange.com/docs/me-top-question-tags
|
|
GetMyTopQuestions ( string tags, |
Makes a request to API method /me/tags/{tags}/top-questions Documentation can be found following the link below: https://api.stackexchange.com/docs/me-tags-top-questions
|
|
GetMyUser ( |
Makes a request to API method /me Documentation can be found following the link below: https://api.stackexchange.com/docs/me
|
|
GetNetworkInbox ( |
Makes a request to API method /inbox Documentation can be found following the link below: https://api.stackexchange.com/docs/inbox
|
|
GetNetworkInboxUnread ( |
Makes a request to API method /inbox/unread Documentation can be found following the link below: https://api.stackexchange.com/docs/inbox-unread
|
|
GetUserInbox ( long id, |
Makes a request to API method /users/{id}/inbox Documentation can be found following the link below: https://api.stackexchange.com/docs/user-inbox
|
|
GetUserInboxUnread ( long id, |
Makes a request to API method /users/{id}/inbox/unread Documentation can be found following the link below: https://api.stackexchange.com/docs/user-unread-inbox
|
메소드 | 설명 | |
---|---|---|
AuthorizedStackClient ( string appKey, string accessToken, |
Instances the AuthorizedStackClient implementation.
|
public GetEvents ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyActiveTags ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyAnswers ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyAssociatedAccounts ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyBadges ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyComments ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyCommentsInReplyTo ( long toId, |
||
toId | long | The user who's mentioned (being replied to). {toid} parameter. |
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyInbox ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyInboxUnread ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyMentions ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyPrivileges ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyQuestionFavorites ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyQuestions ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyQuestionsConsideredUnanswered ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyQuestionsWithNoAcceptedAnswer ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyQuestionsWithNoAnswers ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyReputationChanges ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMySuggestedEdits ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyTimeline ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyTopAnswerTags ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyTopAnswers ( string tags, |
||
tags | string | The {tags} vector. |
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyTopQuestionTags ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyTopQuestions ( string tags, |
||
tags | string | The {tags} vector. |
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetMyUser ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseItem |
public GetNetworkInbox ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetNetworkInboxUnread ( |
||
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetUserInbox ( long id, |
||
id | long | The single user {id}. |
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |
public GetUserInboxUnread ( long id, |
||
id | long | The single user {id}. |
parameters | The request parameters. | |
리턴 | IBridgeResponseCollection |