C# Класс BridgeStack.StackClient

Concrete implementation of IStackClient that makes the actual requests to the API.
Наследование: StackClientBase
Показать файл Открыть проект

Открытые методы

Метод Описание
AccessTokenDeauthenticate ( string token ) : IBridgeResponseCollection

Makes a request to API method /apps/{accessTokens}/de-authenticate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/application-de-authenticate

AccessTokenInvalidate ( string token ) : IBridgeResponseCollection

Makes a request to API method /access-tokens/{accessTokens}/invalidate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/invalidate-access-tokens

AccessTokenRead ( string token ) : IBridgeResponseCollection

Makes a request to API method /access-tokens/{accessTokens}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-access-tokens

AccessTokensDeauthenticate ( string tokens ) : IBridgeResponseCollection

Makes a request to API method /apps/{accessTokens}/de-authenticate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/application-de-authenticate

AccessTokensInvalidate ( string tokens ) : IBridgeResponseCollection

Makes a request to API method /access-tokens/{accessTokens}/invalidate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/invalidate-access-tokens

AccessTokensRead ( string tokens ) : IBridgeResponseCollection

Makes a request to API method /access-tokens/{accessTokens}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-access-tokens

CreateNetworkFilter ( CreateFilterQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /filter/create

Documentation can be found following the link below:

https://api.stackexchange.com/docs/create-filter

GetAnswer ( long id, PostsQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /answers/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-by-ids

GetAnswerComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /answers/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-answers

GetAnswers ( PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers

GetAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /answers/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-by-ids

GetAnswersComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /answers/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-answers

GetBadge ( long id, BadgesQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /badges/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-ids

GetBadgeRecipients ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges/{ids}/recipients

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badge-recipients-by-ids

GetBadges ( BadgesNamedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges

GetBadges ( long ids, BadgesQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-ids

GetBadgesExplicitlyNamed ( BadgesNamedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges/name

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-name

GetBadgesOnTags ( BadgesNamedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges/tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-tag

GetBadgesRecipients ( RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges/recipients

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badge-recipients

GetBadgesRecipients ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /badges/{ids}/recipients

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badge-recipients-by-ids

GetComment ( long id, CommentsQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /comments/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-ids

GetComments ( CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments

GetComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /comments/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-ids

GetErrors ( SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /errors

Documentation can be found following the link below:

https://api.stackexchange.com/docs/errors

GetInfo ( SiteQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /info

Documentation can be found following the link below:

https://api.stackexchange.com/docs/info

GetModerators ( UsersQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/moderators

Documentation can be found following the link below:

https://api.stackexchange.com/docs/moderators

GetModeratorsElected ( UsersQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/moderators/elected

Documentation can be found following the link below:

https://api.stackexchange.com/docs/elected-moderators

GetNetworkFilter ( string id ) : IBridgeResponseItem

Makes a request to API method /filter/{filters}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-filter

GetNetworkFilters ( string ids ) : IBridgeResponseCollection

Makes a request to API method /filter/{filters}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-filter

GetNetworkSites ( SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /sites

Documentation can be found following the link below:

https://api.stackexchange.com/docs/sites

GetPost ( long id, PostsQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /posts/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-by-ids

GetPostComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-posts

GetPostRevisions ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}/revisions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-ids

GetPostSuggestedEdits ( long id, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-on-suggested-edits

GetPosts ( PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts

GetPosts ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-by-ids

GetPostsComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-posts

GetPostsRevisions ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}/revisions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-ids

GetPostsSuggestedEdits ( long ids, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /posts/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-on-suggested-edits

GetPrivileges ( SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /privileges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/privileges

GetQuestion ( long id, PostsQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /questions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-by-ids

GetQuestionAnswers ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-questions

GetQuestionComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-questions

GetQuestionLinked ( long id, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/linked

Documentation can be found following the link below:

https://api.stackexchange.com/docs/linked-questions

GetQuestionRelated ( long id, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-questions

GetQuestionTimeline ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-timeline

GetQuestions ( QuestionsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions

GetQuestions ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-by-ids

GetQuestionsAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-questions

GetQuestionsComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-questions

GetQuestionsConsideredUnanswered ( PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/unanswered

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unanswered-questions

GetQuestionsLinked ( long ids, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/linked

Documentation can be found following the link below:

https://api.stackexchange.com/docs/linked-questions

GetQuestionsRelated ( long ids, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-questions

GetQuestionsTimeline ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-timeline

GetQuestionsWithNoAnswers ( PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /questions/no-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/no-answer-questions

GetRevision ( System.Guid guid, RangedQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /revisions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-guids

GetRevisions ( System.Guid guids, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /revisions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-guids

GetSuggestedEdit ( long id, SuggestedEditsQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /suggested-edits/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-by-ids

GetSuggestedEdits ( SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits

GetSuggestedEdits ( long ids, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /suggested-edits/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-by-ids

GetTagFrequentlyAskedQuestions ( string tag, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/faq

Documentation can be found following the link below:

https://api.stackexchange.com/docs/faqs-by-tags

GetTagRelated ( string tag, TagsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-tags

GetTagSynonyms ( TagSynonymsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/synonyms

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tag-synonyms

GetTagSynonyms ( string tag, TagSynonymsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/synonyms

Documentation can be found following the link below:

https://api.stackexchange.com/docs/synonyms-by-tags

GetTagTopAnswerers ( string tag, QueryPeriodEnum period, TagScoresQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tag}/top-answerers/{period}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-answerers-on-tags

GetTagTopAskers ( string tag, QueryPeriodEnum period, TagScoresQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tag}/top-askers/{period}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-askers-on-tags

GetTagWiki ( string tag, SimpleQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /tags/{tags}/wikis

Documentation can be found following the link below:

https://api.stackexchange.com/docs/wikis-by-tags

GetTags ( TagsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tags

GetTagsFrequentlyAskedQuestions ( string tags, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/faq

Documentation can be found following the link below:

https://api.stackexchange.com/docs/faqs-by-tags

GetTagsRelated ( string tags, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-tags

GetTagsSynonyms ( string tags, TagSynonymsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/synonyms

Documentation can be found following the link below:

https://api.stackexchange.com/docs/synonyms-by-tags

GetTagsWikis ( string tags, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /tags/{tags}/wikis

Documentation can be found following the link below:

https://api.stackexchange.com/docs/wikis-by-tags

GetUser ( long id, UsersQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /users/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/users-by-ids

GetUserActiveTags ( long id, TagsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tags-on-users

GetUserAnswers ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-users

GetUserAssociatedAccounts ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/associated

Documentation can be found following the link below:

https://api.stackexchange.com/docs/associated-users

GetUserBadges ( long id, BadgesOnUserQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/badges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-on-users

GetUserComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-users

GetUserCommentsInReplyTo ( long id, long toId, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/comments/{toid}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-users-to-user

GetUserMentions ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/mentioned

Documentation can be found following the link below:

https://api.stackexchange.com/docs/mentions-on-users

GetUserPrivileges ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{id}/privileges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/privileges-on-users

GetUserQuestionFavorites ( long id, QuestionFavoritesQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/favorites

Documentation can be found following the link below:

https://api.stackexchange.com/docs/favorites-on-users

GetUserQuestions ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-on-users

GetUserQuestionsConsideredUnanswered ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions/unanswered

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unanswered-questions-on-users

GetUserQuestionsWithNoAcceptedAnswer ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions/unaccepted

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unaccepted-questions-on-users

GetUserQuestionsWithNoAnswers ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions/no-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/no-answer-questions-on-users

GetUserReputationChanges ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/reputation

Documentation can be found following the link below:

https://api.stackexchange.com/docs/reputation-on-users

GetUserSuggestedEdits ( long id, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-on-users

GetUserTimeline ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/timeline-on-users

GetUserTopAnswerTags ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/top-answer-tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-answer-tags-on-users

GetUserTopAnswers ( long id, string tags, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/tags/{tags}/top-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-user-answers-in-tags

GetUserTopQuestionTags ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/top-question-tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-question-tags-on-users

GetUserTopQuestions ( long id, string tags, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/tags/{tags}/top-questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-user-questions-in-tags

GetUsers ( UsersNamedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users

Documentation can be found following the link below:

https://api.stackexchange.com/docs/users

GetUsers ( long ids, UsersQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/users-by-ids

GetUsersActiveTags ( long ids, TagsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tags-on-users

GetUsersAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-users

GetUsersAssociatedAccounts ( long ids, SimpleQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/associated

Documentation can be found following the link below:

https://api.stackexchange.com/docs/associated-users

GetUsersBadges ( long ids, BadgesOnUserQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/badges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-on-users

GetUsersComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-users

GetUsersCommentsInReplyTo ( long ids, long toId, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/comments/{toid}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-users-to-user

GetUsersMentions ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/mentioned

Documentation can be found following the link below:

https://api.stackexchange.com/docs/mentions-on-users

GetUsersQuestionFavorites ( long ids, QuestionFavoritesQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/favorites

Documentation can be found following the link below:

https://api.stackexchange.com/docs/favorites-on-users

GetUsersQuestions ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-on-users

GetUsersQuestionsConsideredUnanswered ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions/unanswered

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unanswered-questions-on-users

GetUsersQuestionsWithNoAcceptedAnswer ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions/unaccepted

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unaccepted-questions-on-users

GetUsersQuestionsWithNoAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/questions/no-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/no-answer-questions-on-users

GetUsersReputationChanges ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/reputation

Documentation can be found following the link below:

https://api.stackexchange.com/docs/reputation-on-users

GetUsersSuggestedEdits ( long ids, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-on-users

GetUsersTimeline ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /users/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/timeline-on-users

Search ( SearchQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /search

Documentation can be found following the link below:

https://api.stackexchange.com/docs/search

Similar ( SearchSimilarQuery parameters = null ) : IBridgeResponseCollection

Makes a request to API method /similar

Documentation can be found following the link below:

https://api.stackexchange.com/docs/similar

SimulateError ( int id, SiteQuery parameters = null ) : IBridgeResponseItem

Makes a request to API method /errors/{id}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/simulate-error

Приватные методы

Метод Описание
StackClient ( string appKey, StackClientPlugins plugins ) : System

Instances the StackClient implementation.

Описание методов

AccessTokenDeauthenticate() публичный Метод

Makes a request to API method /apps/{accessTokens}/de-authenticate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/application-de-authenticate

public AccessTokenDeauthenticate ( string token ) : IBridgeResponseCollection
token string The single access token in {accessTokens}.
Результат IBridgeResponseCollection

AccessTokenInvalidate() публичный Метод

Makes a request to API method /access-tokens/{accessTokens}/invalidate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/invalidate-access-tokens

public AccessTokenInvalidate ( string token ) : IBridgeResponseCollection
token string The single access token in {accessTokens}.
Результат IBridgeResponseCollection

AccessTokenRead() публичный Метод

Makes a request to API method /access-tokens/{accessTokens}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-access-tokens

public AccessTokenRead ( string token ) : IBridgeResponseCollection
token string The single access token in {accessTokens}.
Результат IBridgeResponseCollection

AccessTokensDeauthenticate() публичный Метод

Makes a request to API method /apps/{accessTokens}/de-authenticate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/application-de-authenticate

public AccessTokensDeauthenticate ( string tokens ) : IBridgeResponseCollection
tokens string The access token {accessTokens} vector.
Результат IBridgeResponseCollection

AccessTokensInvalidate() публичный Метод

Makes a request to API method /access-tokens/{accessTokens}/invalidate

Documentation can be found following the link below:

https://api.stackexchange.com/docs/invalidate-access-tokens

public AccessTokensInvalidate ( string tokens ) : IBridgeResponseCollection
tokens string The access token {accessTokens} vector.
Результат IBridgeResponseCollection

AccessTokensRead() публичный Метод

Makes a request to API method /access-tokens/{accessTokens}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-access-tokens

public AccessTokensRead ( string tokens ) : IBridgeResponseCollection
tokens string The access token {accessTokens} vector.
Результат IBridgeResponseCollection

CreateNetworkFilter() публичный Метод

Makes a request to API method /filter/create

Documentation can be found following the link below:

https://api.stackexchange.com/docs/create-filter

public CreateNetworkFilter ( CreateFilterQuery parameters = null ) : IBridgeResponseItem
parameters CreateFilterQuery The request parameters.
Результат IBridgeResponseItem

GetAnswer() публичный Метод

Makes a request to API method /answers/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-by-ids

public GetAnswer ( long id, PostsQuery parameters = null ) : IBridgeResponseItem
id long The single answer in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseItem

GetAnswerComments() публичный Метод

Makes a request to API method /answers/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-answers

public GetAnswerComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection
id long The single answer in {ids}.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetAnswers() публичный Метод

Makes a request to API method /answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers

public GetAnswers ( PostsQuery parameters = null ) : IBridgeResponseCollection
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetAnswers() публичный Метод

Makes a request to API method /answers/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-by-ids

public GetAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The answer {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetAnswersComments() публичный Метод

Makes a request to API method /answers/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-answers

public GetAnswersComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The answer {ids} vector.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetBadge() публичный Метод

Makes a request to API method /badges/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-ids

public GetBadge ( long id, BadgesQuery parameters = null ) : IBridgeResponseItem
id long The single badge in {ids}.
parameters BadgesQuery The request parameters.
Результат IBridgeResponseItem

GetBadgeRecipients() публичный Метод

Makes a request to API method /badges/{ids}/recipients

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badge-recipients-by-ids

public GetBadgeRecipients ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection
id long The single badge in {ids}.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetBadges() публичный Метод

Makes a request to API method /badges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges

public GetBadges ( BadgesNamedQuery parameters = null ) : IBridgeResponseCollection
parameters BadgesNamedQuery The request parameters.
Результат IBridgeResponseCollection

GetBadges() публичный Метод

Makes a request to API method /badges/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-ids

public GetBadges ( long ids, BadgesQuery parameters = null ) : IBridgeResponseCollection
ids long The badge {ids} vector.
parameters BadgesQuery The request parameters.
Результат IBridgeResponseCollection

GetBadgesExplicitlyNamed() публичный Метод

Makes a request to API method /badges/name

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-name

public GetBadgesExplicitlyNamed ( BadgesNamedQuery parameters = null ) : IBridgeResponseCollection
parameters BadgesNamedQuery The request parameters.
Результат IBridgeResponseCollection

GetBadgesOnTags() публичный Метод

Makes a request to API method /badges/tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-by-tag

public GetBadgesOnTags ( BadgesNamedQuery parameters = null ) : IBridgeResponseCollection
parameters BadgesNamedQuery The request parameters.
Результат IBridgeResponseCollection

GetBadgesRecipients() публичный Метод

Makes a request to API method /badges/recipients

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badge-recipients

public GetBadgesRecipients ( RangedQuery parameters = null ) : IBridgeResponseCollection
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetBadgesRecipients() публичный Метод

Makes a request to API method /badges/{ids}/recipients

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badge-recipients-by-ids

public GetBadgesRecipients ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection
ids long The badge {ids} vector.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetComment() публичный Метод

Makes a request to API method /comments/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-ids

public GetComment ( long id, CommentsQuery parameters = null ) : IBridgeResponseItem
id long The single comment in {ids}.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseItem

GetComments() публичный Метод

Makes a request to API method /comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments

public GetComments ( CommentsQuery parameters = null ) : IBridgeResponseCollection
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetComments() публичный Метод

Makes a request to API method /comments/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-ids

public GetComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The comment {ids} vector.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetErrors() публичный Метод

Makes a request to API method /errors

Documentation can be found following the link below:

https://api.stackexchange.com/docs/errors

public GetErrors ( SimpleQuery parameters = null ) : IBridgeResponseCollection
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetInfo() публичный Метод

Makes a request to API method /info

Documentation can be found following the link below:

https://api.stackexchange.com/docs/info

public GetInfo ( SiteQuery parameters = null ) : IBridgeResponseItem
parameters SiteQuery The request parameters.
Результат IBridgeResponseItem

GetModerators() публичный Метод

Makes a request to API method /users/moderators

Documentation can be found following the link below:

https://api.stackexchange.com/docs/moderators

public GetModerators ( UsersQuery parameters = null ) : IBridgeResponseCollection
parameters UsersQuery The request parameters.
Результат IBridgeResponseCollection

GetModeratorsElected() публичный Метод

Makes a request to API method /users/moderators/elected

Documentation can be found following the link below:

https://api.stackexchange.com/docs/elected-moderators

public GetModeratorsElected ( UsersQuery parameters = null ) : IBridgeResponseCollection
parameters UsersQuery The request parameters.
Результат IBridgeResponseCollection

GetNetworkFilter() публичный Метод

Makes a request to API method /filter/{filters}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-filter

public GetNetworkFilter ( string id ) : IBridgeResponseItem
id string The single filter in {ids}.
Результат IBridgeResponseItem

GetNetworkFilters() публичный Метод

Makes a request to API method /filter/{filters}/read

Documentation can be found following the link below:

https://api.stackexchange.com/docs/read-filter

public GetNetworkFilters ( string ids ) : IBridgeResponseCollection
ids string The filter {ids} vector.
Результат IBridgeResponseCollection

GetNetworkSites() публичный Метод

Makes a request to API method /sites

Documentation can be found following the link below:

https://api.stackexchange.com/docs/sites

public GetNetworkSites ( SimpleQuery parameters = null ) : IBridgeResponseCollection
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetPost() публичный Метод

Makes a request to API method /posts/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-by-ids

public GetPost ( long id, PostsQuery parameters = null ) : IBridgeResponseItem
id long The single post in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseItem

GetPostComments() публичный Метод

Makes a request to API method /posts/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-posts

public GetPostComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection
id long The single post in {ids}.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetPostRevisions() публичный Метод

Makes a request to API method /posts/{ids}/revisions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-ids

public GetPostRevisions ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection
id long The single post in {ids}.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetPostSuggestedEdits() публичный Метод

Makes a request to API method /posts/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-on-suggested-edits

public GetPostSuggestedEdits ( long id, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection
id long The single post in {ids}.
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseCollection

GetPosts() публичный Метод

Makes a request to API method /posts

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts

public GetPosts ( PostsQuery parameters = null ) : IBridgeResponseCollection
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetPosts() публичный Метод

Makes a request to API method /posts/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-by-ids

public GetPosts ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The posts {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetPostsComments() публичный Метод

Makes a request to API method /posts/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-posts

public GetPostsComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The posts {ids} vector.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetPostsRevisions() публичный Метод

Makes a request to API method /posts/{ids}/revisions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-ids

public GetPostsRevisions ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection
ids long The posts {ids} vector.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetPostsSuggestedEdits() публичный Метод

Makes a request to API method /posts/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/posts-on-suggested-edits

public GetPostsSuggestedEdits ( long ids, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection
ids long The posts {ids} vector.
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseCollection

GetPrivileges() публичный Метод

Makes a request to API method /privileges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/privileges

public GetPrivileges ( SimpleQuery parameters = null ) : IBridgeResponseCollection
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestion() публичный Метод

Makes a request to API method /questions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-by-ids

public GetQuestion ( long id, PostsQuery parameters = null ) : IBridgeResponseItem
id long The single question in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseItem

GetQuestionAnswers() публичный Метод

Makes a request to API method /questions/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-questions

public GetQuestionAnswers ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single question in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionComments() публичный Метод

Makes a request to API method /questions/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-questions

public GetQuestionComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection
id long The single question in {ids}.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionLinked() публичный Метод

Makes a request to API method /questions/{ids}/linked

Documentation can be found following the link below:

https://api.stackexchange.com/docs/linked-questions

public GetQuestionLinked ( long id, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection
id long The single question in {ids}.
parameters QuestionsRelatedQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionRelated() публичный Метод

Makes a request to API method /questions/{ids}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-questions

public GetQuestionRelated ( long id, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection
id long The single question in {ids}.
parameters QuestionsRelatedQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionTimeline() публичный Метод

Makes a request to API method /questions/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-timeline

public GetQuestionTimeline ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection
id long The single question in {ids}.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestions() публичный Метод

Makes a request to API method /questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions

public GetQuestions ( QuestionsQuery parameters = null ) : IBridgeResponseCollection
parameters QuestionsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestions() публичный Метод

Makes a request to API method /questions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-by-ids

public GetQuestions ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The question {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsAnswers() публичный Метод

Makes a request to API method /questions/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-questions

public GetQuestionsAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The question {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsComments() публичный Метод

Makes a request to API method /questions/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-questions

public GetQuestionsComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The question {ids} vector.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsConsideredUnanswered() публичный Метод

Makes a request to API method /questions/unanswered

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unanswered-questions

public GetQuestionsConsideredUnanswered ( PostsQuery parameters = null ) : IBridgeResponseCollection
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsLinked() публичный Метод

Makes a request to API method /questions/{ids}/linked

Documentation can be found following the link below:

https://api.stackexchange.com/docs/linked-questions

public GetQuestionsLinked ( long ids, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection
ids long The question {ids} vector.
parameters QuestionsRelatedQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsRelated() публичный Метод

Makes a request to API method /questions/{ids}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-questions

public GetQuestionsRelated ( long ids, QuestionsRelatedQuery parameters = null ) : IBridgeResponseCollection
ids long The question {ids} vector.
parameters QuestionsRelatedQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsTimeline() публичный Метод

Makes a request to API method /questions/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-timeline

public GetQuestionsTimeline ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection
ids long The question {ids} vector.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetQuestionsWithNoAnswers() публичный Метод

Makes a request to API method /questions/no-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/no-answer-questions

public GetQuestionsWithNoAnswers ( PostsQuery parameters = null ) : IBridgeResponseCollection
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetRevision() публичный Метод

Makes a request to API method /revisions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-guids

public GetRevision ( System.Guid guid, RangedQuery parameters = null ) : IBridgeResponseItem
guid System.Guid The single revision in {ids}.
parameters RangedQuery The request parameters.
Результат IBridgeResponseItem

GetRevisions() публичный Метод

Makes a request to API method /revisions/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/revisions-by-guids

public GetRevisions ( System.Guid guids, RangedQuery parameters = null ) : IBridgeResponseCollection
guids System.Guid The revision {ids} vector.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetSuggestedEdit() публичный Метод

Makes a request to API method /suggested-edits/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-by-ids

public GetSuggestedEdit ( long id, SuggestedEditsQuery parameters = null ) : IBridgeResponseItem
id long The single suggested edit in {ids}.
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseItem

GetSuggestedEdits() публичный Метод

Makes a request to API method /suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits

public GetSuggestedEdits ( SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseCollection

GetSuggestedEdits() публичный Метод

Makes a request to API method /suggested-edits/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-by-ids

public GetSuggestedEdits ( long ids, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection
ids long The suggested edit {ids} vector.
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseCollection

GetTagFrequentlyAskedQuestions() публичный Метод

Makes a request to API method /tags/{tags}/faq

Documentation can be found following the link below:

https://api.stackexchange.com/docs/faqs-by-tags

public GetTagFrequentlyAskedQuestions ( string tag, SimpleQuery parameters = null ) : IBridgeResponseCollection
tag string The single tag in {tags}.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetTagRelated() публичный Метод

Makes a request to API method /tags/{tags}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-tags

public GetTagRelated ( string tag, TagsQuery parameters = null ) : IBridgeResponseCollection
tag string The single tag in {tags}.
parameters TagsQuery The request parameters.
Результат IBridgeResponseCollection

GetTagSynonyms() публичный Метод

Makes a request to API method /tags/synonyms

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tag-synonyms

public GetTagSynonyms ( TagSynonymsQuery parameters = null ) : IBridgeResponseCollection
parameters TagSynonymsQuery The request parameters.
Результат IBridgeResponseCollection

GetTagSynonyms() публичный Метод

Makes a request to API method /tags/{tags}/synonyms

Documentation can be found following the link below:

https://api.stackexchange.com/docs/synonyms-by-tags

public GetTagSynonyms ( string tag, TagSynonymsQuery parameters = null ) : IBridgeResponseCollection
tag string The single tag in {tags}.
parameters TagSynonymsQuery The request parameters.
Результат IBridgeResponseCollection

GetTagTopAnswerers() публичный Метод

Makes a request to API method /tags/{tag}/top-answerers/{period}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-answerers-on-tags

public GetTagTopAnswerers ( string tag, QueryPeriodEnum period, TagScoresQuery parameters = null ) : IBridgeResponseCollection
tag string A single {tag}.
period QueryPeriodEnum The selected {period}.
parameters TagScoresQuery The request parameters.
Результат IBridgeResponseCollection

GetTagTopAskers() публичный Метод

Makes a request to API method /tags/{tag}/top-askers/{period}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-askers-on-tags

public GetTagTopAskers ( string tag, QueryPeriodEnum period, TagScoresQuery parameters = null ) : IBridgeResponseCollection
tag string A single {tag}.
period QueryPeriodEnum The selected {period}.
parameters TagScoresQuery The request parameters.
Результат IBridgeResponseCollection

GetTagWiki() публичный Метод

Makes a request to API method /tags/{tags}/wikis

Documentation can be found following the link below:

https://api.stackexchange.com/docs/wikis-by-tags

public GetTagWiki ( string tag, SimpleQuery parameters = null ) : IBridgeResponseItem
tag string The single tag in {tags}.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseItem

GetTags() публичный Метод

Makes a request to API method /tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tags

public GetTags ( TagsQuery parameters = null ) : IBridgeResponseCollection
parameters TagsQuery The request parameters.
Результат IBridgeResponseCollection

GetTagsFrequentlyAskedQuestions() публичный Метод

Makes a request to API method /tags/{tags}/faq

Documentation can be found following the link below:

https://api.stackexchange.com/docs/faqs-by-tags

public GetTagsFrequentlyAskedQuestions ( string tags, SimpleQuery parameters = null ) : IBridgeResponseCollection
tags string The {tags} vector.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetTagsRelated() публичный Метод

Makes a request to API method /tags/{tags}/related

Documentation can be found following the link below:

https://api.stackexchange.com/docs/related-tags

public GetTagsRelated ( string tags, SimpleQuery parameters = null ) : IBridgeResponseCollection
tags string The {tags} vector.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetTagsSynonyms() публичный Метод

Makes a request to API method /tags/{tags}/synonyms

Documentation can be found following the link below:

https://api.stackexchange.com/docs/synonyms-by-tags

public GetTagsSynonyms ( string tags, TagSynonymsQuery parameters = null ) : IBridgeResponseCollection
tags string The {tags} vector.
parameters TagSynonymsQuery The request parameters.
Результат IBridgeResponseCollection

GetTagsWikis() публичный Метод

Makes a request to API method /tags/{tags}/wikis

Documentation can be found following the link below:

https://api.stackexchange.com/docs/wikis-by-tags

public GetTagsWikis ( string tags, SimpleQuery parameters = null ) : IBridgeResponseCollection
tags string The {tags} vector.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetUser() публичный Метод

Makes a request to API method /users/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/users-by-ids

public GetUser ( long id, UsersQuery parameters = null ) : IBridgeResponseItem
id long The single user in {ids}.
parameters UsersQuery The request parameters.
Результат IBridgeResponseItem

GetUserActiveTags() публичный Метод

Makes a request to API method /users/{ids}/tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tags-on-users

public GetUserActiveTags ( long id, TagsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters TagsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserAnswers() публичный Метод

Makes a request to API method /users/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-users

public GetUserAnswers ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserAssociatedAccounts() публичный Метод

Makes a request to API method /users/{ids}/associated

Documentation can be found following the link below:

https://api.stackexchange.com/docs/associated-users

public GetUserAssociatedAccounts ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetUserBadges() публичный Метод

Makes a request to API method /users/{ids}/badges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-on-users

public GetUserBadges ( long id, BadgesOnUserQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters BadgesOnUserQuery The request parameters.
Результат IBridgeResponseCollection

GetUserComments() публичный Метод

Makes a request to API method /users/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-users

public GetUserComments ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserCommentsInReplyTo() публичный Метод

Makes a request to API method /users/{ids}/comments/{toid}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-users-to-user

public GetUserCommentsInReplyTo ( long id, long toId, CommentsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
toId long The user who's mentioned (being replied to). {toid} parameter.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserMentions() публичный Метод

Makes a request to API method /users/{ids}/mentioned

Documentation can be found following the link below:

https://api.stackexchange.com/docs/mentions-on-users

public GetUserMentions ( long id, CommentsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserPrivileges() публичный Метод

Makes a request to API method /users/{id}/privileges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/privileges-on-users

public GetUserPrivileges ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection
id long The single user {id}.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetUserQuestionFavorites() публичный Метод

Makes a request to API method /users/{ids}/favorites

Documentation can be found following the link below:

https://api.stackexchange.com/docs/favorites-on-users

public GetUserQuestionFavorites ( long id, QuestionFavoritesQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters QuestionFavoritesQuery The request parameters.
Результат IBridgeResponseCollection

GetUserQuestions() публичный Метод

Makes a request to API method /users/{ids}/questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-on-users

public GetUserQuestions ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserQuestionsConsideredUnanswered() публичный Метод

Makes a request to API method /users/{ids}/questions/unanswered

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unanswered-questions-on-users

public GetUserQuestionsConsideredUnanswered ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserQuestionsWithNoAcceptedAnswer() публичный Метод

Makes a request to API method /users/{ids}/questions/unaccepted

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unaccepted-questions-on-users

public GetUserQuestionsWithNoAcceptedAnswer ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserQuestionsWithNoAnswers() публичный Метод

Makes a request to API method /users/{ids}/questions/no-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/no-answer-questions-on-users

public GetUserQuestionsWithNoAnswers ( long id, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserReputationChanges() публичный Метод

Makes a request to API method /users/{ids}/reputation

Documentation can be found following the link below:

https://api.stackexchange.com/docs/reputation-on-users

public GetUserReputationChanges ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetUserSuggestedEdits() публичный Метод

Makes a request to API method /users/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-on-users

public GetUserSuggestedEdits ( long id, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserTimeline() публичный Метод

Makes a request to API method /users/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/timeline-on-users

public GetUserTimeline ( long id, RangedQuery parameters = null ) : IBridgeResponseCollection
id long The single user in {ids}.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetUserTopAnswerTags() публичный Метод

Makes a request to API method /users/{ids}/top-answer-tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-answer-tags-on-users

public GetUserTopAnswerTags ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection
id long The single user {id}.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetUserTopAnswers() публичный Метод

Makes a request to API method /users/{ids}/tags/{tags}/top-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-user-answers-in-tags

public GetUserTopAnswers ( long id, string tags, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user {id}.
tags string The {tags} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUserTopQuestionTags() публичный Метод

Makes a request to API method /users/{ids}/top-question-tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-question-tags-on-users

public GetUserTopQuestionTags ( long id, SimpleQuery parameters = null ) : IBridgeResponseCollection
id long The single user {id}.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetUserTopQuestions() публичный Метод

Makes a request to API method /users/{ids}/tags/{tags}/top-questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/top-user-questions-in-tags

public GetUserTopQuestions ( long id, string tags, PostsQuery parameters = null ) : IBridgeResponseCollection
id long The single user {id}.
tags string The {tags} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsers() публичный Метод

Makes a request to API method /users

Documentation can be found following the link below:

https://api.stackexchange.com/docs/users

public GetUsers ( UsersNamedQuery parameters = null ) : IBridgeResponseCollection
parameters UsersNamedQuery The request parameters.
Результат IBridgeResponseCollection

GetUsers() публичный Метод

Makes a request to API method /users/{ids}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/users-by-ids

public GetUsers ( long ids, UsersQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters UsersQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersActiveTags() публичный Метод

Makes a request to API method /users/{ids}/tags

Documentation can be found following the link below:

https://api.stackexchange.com/docs/tags-on-users

public GetUsersActiveTags ( long ids, TagsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters TagsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersAnswers() публичный Метод

Makes a request to API method /users/{ids}/answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/answers-on-users

public GetUsersAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersAssociatedAccounts() публичный Метод

Makes a request to API method /users/{ids}/associated

Documentation can be found following the link below:

https://api.stackexchange.com/docs/associated-users

public GetUsersAssociatedAccounts ( long ids, SimpleQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters SimpleQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersBadges() публичный Метод

Makes a request to API method /users/{ids}/badges

Documentation can be found following the link below:

https://api.stackexchange.com/docs/badges-on-users

public GetUsersBadges ( long ids, BadgesOnUserQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters BadgesOnUserQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersComments() публичный Метод

Makes a request to API method /users/{ids}/comments

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-on-users

public GetUsersComments ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersCommentsInReplyTo() публичный Метод

Makes a request to API method /users/{ids}/comments/{toid}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/comments-by-users-to-user

public GetUsersCommentsInReplyTo ( long ids, long toId, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
toId long The user who's mentioned (being replied to). {toid} parameter.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersMentions() публичный Метод

Makes a request to API method /users/{ids}/mentioned

Documentation can be found following the link below:

https://api.stackexchange.com/docs/mentions-on-users

public GetUsersMentions ( long ids, CommentsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters CommentsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersQuestionFavorites() публичный Метод

Makes a request to API method /users/{ids}/favorites

Documentation can be found following the link below:

https://api.stackexchange.com/docs/favorites-on-users

public GetUsersQuestionFavorites ( long ids, QuestionFavoritesQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters QuestionFavoritesQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersQuestions() публичный Метод

Makes a request to API method /users/{ids}/questions

Documentation can be found following the link below:

https://api.stackexchange.com/docs/questions-on-users

public GetUsersQuestions ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersQuestionsConsideredUnanswered() публичный Метод

Makes a request to API method /users/{ids}/questions/unanswered

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unanswered-questions-on-users

public GetUsersQuestionsConsideredUnanswered ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersQuestionsWithNoAcceptedAnswer() публичный Метод

Makes a request to API method /users/{ids}/questions/unaccepted

Documentation can be found following the link below:

https://api.stackexchange.com/docs/unaccepted-questions-on-users

public GetUsersQuestionsWithNoAcceptedAnswer ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersQuestionsWithNoAnswers() публичный Метод

Makes a request to API method /users/{ids}/questions/no-answers

Documentation can be found following the link below:

https://api.stackexchange.com/docs/no-answer-questions-on-users

public GetUsersQuestionsWithNoAnswers ( long ids, PostsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters PostsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersReputationChanges() публичный Метод

Makes a request to API method /users/{ids}/reputation

Documentation can be found following the link below:

https://api.stackexchange.com/docs/reputation-on-users

public GetUsersReputationChanges ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersSuggestedEdits() публичный Метод

Makes a request to API method /users/{ids}/suggested-edits

Documentation can be found following the link below:

https://api.stackexchange.com/docs/suggested-edits-on-users

public GetUsersSuggestedEdits ( long ids, SuggestedEditsQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters SuggestedEditsQuery The request parameters.
Результат IBridgeResponseCollection

GetUsersTimeline() публичный Метод

Makes a request to API method /users/{ids}/timeline

Documentation can be found following the link below:

https://api.stackexchange.com/docs/timeline-on-users

public GetUsersTimeline ( long ids, RangedQuery parameters = null ) : IBridgeResponseCollection
ids long The user {ids} vector.
parameters RangedQuery The request parameters.
Результат IBridgeResponseCollection

Search() публичный Метод

Makes a request to API method /search

Documentation can be found following the link below:

https://api.stackexchange.com/docs/search

public Search ( SearchQuery parameters = null ) : IBridgeResponseCollection
parameters SearchQuery The request parameters.
Результат IBridgeResponseCollection

Similar() публичный Метод

Makes a request to API method /similar

Documentation can be found following the link below:

https://api.stackexchange.com/docs/similar

public Similar ( SearchSimilarQuery parameters = null ) : IBridgeResponseCollection
parameters SearchSimilarQuery The request parameters.
Результат IBridgeResponseCollection

SimulateError() публичный Метод

Makes a request to API method /errors/{id}

Documentation can be found following the link below:

https://api.stackexchange.com/docs/simulate-error

public SimulateError ( int id, SiteQuery parameters = null ) : IBridgeResponseItem
id int The id of the error to simulate
parameters SiteQuery The request parameters.
Результат IBridgeResponseItem