FastCommentsClient - the Ruby gem for the fastcomments
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This SDK is automatically generated by the OpenAPI Generator project:
- API version: 0.0.0
- Package version: 1.2.0
- Generator version: 7.19.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
To build the Ruby code into a gem:
gem build fastcomments-client.gemspecThen either install the gem locally:
gem install ./fastcomments-client-1.2.0.gem(for development, run gem install --dev ./fastcomments-client-1.2.0.gem to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'fastcomments-client', '~> 1.2.0'
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'fastcomments-client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly using -I as follows:
ruby -Ilib script.rbPlease follow the installation procedure and then run the following code:
# Load the gem
require 'fastcomments-client'
# Setup authorization
FastCommentsClient.configure do |config|
# Configure API key authorization: api_key
config.api_key['x-api-key'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['x-api-key'] = 'Bearer'
end
api_instance = FastCommentsClient::DefaultApi.new
tenant_id = 'tenant_id_example' # String |
add_domain_config_params = FastCommentsClient::AddDomainConfigParams.new({domain: 'domain_example'}) # AddDomainConfigParams |
begin
result = api_instance.add_domain_config(tenant_id, add_domain_config_params)
p result
rescue FastCommentsClient::ApiError => e
puts "Exception when calling DefaultApi->add_domain_config: #{e}"
endAll URIs are relative to https://fastcomments.com
| Class | Method | HTTP request | Description |
|---|---|---|---|
| FastCommentsClient::DefaultApi | add_domain_config | POST /api/v1/domain-configs | |
| FastCommentsClient::DefaultApi | add_hash_tag | POST /api/v1/hash-tags | |
| FastCommentsClient::DefaultApi | add_hash_tags_bulk | POST /api/v1/hash-tags/bulk | |
| FastCommentsClient::DefaultApi | add_page | POST /api/v1/pages | |
| FastCommentsClient::DefaultApi | add_sso_user | POST /api/v1/sso-users | |
| FastCommentsClient::DefaultApi | aggregate | POST /api/v1/aggregate | |
| FastCommentsClient::DefaultApi | aggregate_question_results | GET /api/v1/question-results-aggregation | |
| FastCommentsClient::DefaultApi | block_user_from_comment | POST /api/v1/comments/{id}/block | |
| FastCommentsClient::DefaultApi | bulk_aggregate_question_results | POST /api/v1/question-results-aggregation/bulk | |
| FastCommentsClient::DefaultApi | change_ticket_state | PATCH /api/v1/tickets/{id}/state | |
| FastCommentsClient::DefaultApi | combine_comments_with_question_results | GET /api/v1/question-results-aggregation/combine/comments | |
| FastCommentsClient::DefaultApi | create_email_template | POST /api/v1/email-templates | |
| FastCommentsClient::DefaultApi | create_feed_post | POST /api/v1/feed-posts | |
| FastCommentsClient::DefaultApi | create_moderator | POST /api/v1/moderators | |
| FastCommentsClient::DefaultApi | create_question_config | POST /api/v1/question-configs | |
| FastCommentsClient::DefaultApi | create_question_result | POST /api/v1/question-results | |
| FastCommentsClient::DefaultApi | create_subscription | POST /api/v1/subscriptions | |
| FastCommentsClient::DefaultApi | create_tenant | POST /api/v1/tenants | |
| FastCommentsClient::DefaultApi | create_tenant_package | POST /api/v1/tenant-packages | |
| FastCommentsClient::DefaultApi | create_tenant_user | POST /api/v1/tenant-users | |
| FastCommentsClient::DefaultApi | create_ticket | POST /api/v1/tickets | |
| FastCommentsClient::DefaultApi | create_user_badge | POST /api/v1/user-badges | |
| FastCommentsClient::DefaultApi | create_vote | POST /api/v1/votes | |
| FastCommentsClient::DefaultApi | delete_comment | DELETE /api/v1/comments/{id} | |
| FastCommentsClient::DefaultApi | delete_domain_config | DELETE /api/v1/domain-configs/{domain} | |
| FastCommentsClient::DefaultApi | delete_email_template | DELETE /api/v1/email-templates/{id} | |
| FastCommentsClient::DefaultApi | delete_email_template_render_error | DELETE /api/v1/email-templates/{id}/render-errors/{errorId} | |
| FastCommentsClient::DefaultApi | delete_hash_tag | DELETE /api/v1/hash-tags/{tag} | |
| FastCommentsClient::DefaultApi | delete_moderator | DELETE /api/v1/moderators/{id} | |
| FastCommentsClient::DefaultApi | delete_notification_count | DELETE /api/v1/notification-count/{id} | |
| FastCommentsClient::DefaultApi | delete_page | DELETE /api/v1/pages/{id} | |
| FastCommentsClient::DefaultApi | delete_pending_webhook_event | DELETE /api/v1/pending-webhook-events/{id} | |
| FastCommentsClient::DefaultApi | delete_question_config | DELETE /api/v1/question-configs/{id} | |
| FastCommentsClient::DefaultApi | delete_question_result | DELETE /api/v1/question-results/{id} | |
| FastCommentsClient::DefaultApi | delete_sso_user | DELETE /api/v1/sso-users/{id} | |
| FastCommentsClient::DefaultApi | delete_subscription | DELETE /api/v1/subscriptions/{id} | |
| FastCommentsClient::DefaultApi | delete_tenant | DELETE /api/v1/tenants/{id} | |
| FastCommentsClient::DefaultApi | delete_tenant_package | DELETE /api/v1/tenant-packages/{id} | |
| FastCommentsClient::DefaultApi | delete_tenant_user | DELETE /api/v1/tenant-users/{id} | |
| FastCommentsClient::DefaultApi | delete_user_badge | DELETE /api/v1/user-badges/{id} | |
| FastCommentsClient::DefaultApi | delete_vote | DELETE /api/v1/votes/{id} | |
| FastCommentsClient::DefaultApi | flag_comment | POST /api/v1/comments/{id}/flag | |
| FastCommentsClient::DefaultApi | get_audit_logs | GET /api/v1/audit-logs | |
| FastCommentsClient::DefaultApi | get_cached_notification_count | GET /api/v1/notification-count/{id} | |
| FastCommentsClient::DefaultApi | get_comment | GET /api/v1/comments/{id} | |
| FastCommentsClient::DefaultApi | get_comments | GET /api/v1/comments | |
| FastCommentsClient::DefaultApi | get_domain_config | GET /api/v1/domain-configs/{domain} | |
| FastCommentsClient::DefaultApi | get_domain_configs | GET /api/v1/domain-configs | |
| FastCommentsClient::DefaultApi | get_email_template | GET /api/v1/email-templates/{id} | |
| FastCommentsClient::DefaultApi | get_email_template_definitions | GET /api/v1/email-templates/definitions | |
| FastCommentsClient::DefaultApi | get_email_template_render_errors | GET /api/v1/email-templates/{id}/render-errors | |
| FastCommentsClient::DefaultApi | get_email_templates | GET /api/v1/email-templates | |
| FastCommentsClient::DefaultApi | get_feed_posts | GET /api/v1/feed-posts | |
| FastCommentsClient::DefaultApi | get_hash_tags | GET /api/v1/hash-tags | |
| FastCommentsClient::DefaultApi | get_moderator | GET /api/v1/moderators/{id} | |
| FastCommentsClient::DefaultApi | get_moderators | GET /api/v1/moderators | |
| FastCommentsClient::DefaultApi | get_notification_count | GET /api/v1/notifications/count | |
| FastCommentsClient::DefaultApi | get_notifications | GET /api/v1/notifications | |
| FastCommentsClient::DefaultApi | get_page_by_urlid | GET /api/v1/pages/by-url-id | |
| FastCommentsClient::DefaultApi | get_pages | GET /api/v1/pages | |
| FastCommentsClient::DefaultApi | get_pending_webhook_event_count | GET /api/v1/pending-webhook-events/count | |
| FastCommentsClient::DefaultApi | get_pending_webhook_events | GET /api/v1/pending-webhook-events | |
| FastCommentsClient::DefaultApi | get_question_config | GET /api/v1/question-configs/{id} | |
| FastCommentsClient::DefaultApi | get_question_configs | GET /api/v1/question-configs | |
| FastCommentsClient::DefaultApi | get_question_result | GET /api/v1/question-results/{id} | |
| FastCommentsClient::DefaultApi | get_question_results | GET /api/v1/question-results | |
| FastCommentsClient::DefaultApi | get_sso_user_by_email | GET /api/v1/sso-users/by-email/{email} | |
| FastCommentsClient::DefaultApi | get_sso_user_by_id | GET /api/v1/sso-users/by-id/{id} | |
| FastCommentsClient::DefaultApi | get_sso_users | GET /api/v1/sso-users | |
| FastCommentsClient::DefaultApi | get_subscriptions | GET /api/v1/subscriptions | |
| FastCommentsClient::DefaultApi | get_tenant | GET /api/v1/tenants/{id} | |
| FastCommentsClient::DefaultApi | get_tenant_daily_usages | GET /api/v1/tenant-daily-usage | |
| FastCommentsClient::DefaultApi | get_tenant_package | GET /api/v1/tenant-packages/{id} | |
| FastCommentsClient::DefaultApi | get_tenant_packages | GET /api/v1/tenant-packages | |
| FastCommentsClient::DefaultApi | get_tenant_user | GET /api/v1/tenant-users/{id} | |
| FastCommentsClient::DefaultApi | get_tenant_users | GET /api/v1/tenant-users | |
| FastCommentsClient::DefaultApi | get_tenants | GET /api/v1/tenants | |
| FastCommentsClient::DefaultApi | get_ticket | GET /api/v1/tickets/{id} | |
| FastCommentsClient::DefaultApi | get_tickets | GET /api/v1/tickets | |
| FastCommentsClient::DefaultApi | get_user | GET /api/v1/users/{id} | |
| FastCommentsClient::DefaultApi | get_user_badge | GET /api/v1/user-badges/{id} | |
| FastCommentsClient::DefaultApi | get_user_badge_progress_by_id | GET /api/v1/user-badge-progress/{id} | |
| FastCommentsClient::DefaultApi | get_user_badge_progress_by_user_id | GET /api/v1/user-badge-progress/user/{userId} | |
| FastCommentsClient::DefaultApi | get_user_badge_progress_list | GET /api/v1/user-badge-progress | |
| FastCommentsClient::DefaultApi | get_user_badges | GET /api/v1/user-badges | |
| FastCommentsClient::DefaultApi | get_votes | GET /api/v1/votes | |
| FastCommentsClient::DefaultApi | get_votes_for_user | GET /api/v1/votes/for-user | |
| FastCommentsClient::DefaultApi | patch_domain_config | PATCH /api/v1/domain-configs/{domainToUpdate} | |
| FastCommentsClient::DefaultApi | patch_hash_tag | PATCH /api/v1/hash-tags/{tag} | |
| FastCommentsClient::DefaultApi | patch_page | PATCH /api/v1/pages/{id} | |
| FastCommentsClient::DefaultApi | patch_sso_user | PATCH /api/v1/sso-users/{id} | |
| FastCommentsClient::DefaultApi | put_domain_config | PUT /api/v1/domain-configs/{domainToUpdate} | |
| FastCommentsClient::DefaultApi | put_sso_user | PUT /api/v1/sso-users/{id} | |
| FastCommentsClient::DefaultApi | render_email_template | POST /api/v1/email-templates/render | |
| FastCommentsClient::DefaultApi | replace_tenant_package | PUT /api/v1/tenant-packages/{id} | |
| FastCommentsClient::DefaultApi | replace_tenant_user | PUT /api/v1/tenant-users/{id} | |
| FastCommentsClient::DefaultApi | save_comment | POST /api/v1/comments | |
| FastCommentsClient::DefaultApi | save_comments_bulk | POST /api/v1/comments/bulk | |
| FastCommentsClient::DefaultApi | send_invite | POST /api/v1/moderators/{id}/send-invite | |
| FastCommentsClient::DefaultApi | send_login_link | POST /api/v1/tenant-users/{id}/send-login-link | |
| FastCommentsClient::DefaultApi | un_block_user_from_comment | POST /api/v1/comments/{id}/un-block | |
| FastCommentsClient::DefaultApi | un_flag_comment | POST /api/v1/comments/{id}/un-flag | |
| FastCommentsClient::DefaultApi | update_comment | PATCH /api/v1/comments/{id} | |
| FastCommentsClient::DefaultApi | update_email_template | PATCH /api/v1/email-templates/{id} | |
| FastCommentsClient::DefaultApi | update_feed_post | PATCH /api/v1/feed-posts/{id} | |
| FastCommentsClient::DefaultApi | update_moderator | PATCH /api/v1/moderators/{id} | |
| FastCommentsClient::DefaultApi | update_notification | PATCH /api/v1/notifications/{id} | |
| FastCommentsClient::DefaultApi | update_question_config | PATCH /api/v1/question-configs/{id} | |
| FastCommentsClient::DefaultApi | update_question_result | PATCH /api/v1/question-results/{id} | |
| FastCommentsClient::DefaultApi | update_subscription | PATCH /api/v1/subscriptions/{id} | |
| FastCommentsClient::DefaultApi | update_tenant | PATCH /api/v1/tenants/{id} | |
| FastCommentsClient::DefaultApi | update_tenant_package | PATCH /api/v1/tenant-packages/{id} | |
| FastCommentsClient::DefaultApi | update_tenant_user | PATCH /api/v1/tenant-users/{id} | |
| FastCommentsClient::DefaultApi | update_user_badge | PUT /api/v1/user-badges/{id} | |
| FastCommentsClient::PublicApi | block_from_comment_public | POST /block-from-comment/{commentId} | |
| FastCommentsClient::PublicApi | checked_comments_for_blocked | GET /check-blocked-comments | |
| FastCommentsClient::PublicApi | create_comment_public | POST /comments/{tenantId} | |
| FastCommentsClient::PublicApi | create_feed_post_public | POST /feed-posts/{tenantId} | |
| FastCommentsClient::PublicApi | delete_comment_public | DELETE /comments/{tenantId}/{commentId} | |
| FastCommentsClient::PublicApi | delete_comment_vote | DELETE /comments/{tenantId}/{commentId}/vote/{voteId} | |
| FastCommentsClient::PublicApi | delete_feed_post_public | DELETE /feed-posts/{tenantId}/{postId} | |
| FastCommentsClient::PublicApi | flag_comment_public | POST /flag-comment/{commentId} | |
| FastCommentsClient::PublicApi | get_comment_text | GET /comments/{tenantId}/{commentId}/text | |
| FastCommentsClient::PublicApi | get_comment_vote_user_names | GET /comments/{tenantId}/{commentId}/votes | |
| FastCommentsClient::PublicApi | get_comments_public | GET /comments/{tenantId} | |
| FastCommentsClient::PublicApi | get_event_log | GET /event-log/{tenantId} | |
| FastCommentsClient::PublicApi | get_feed_posts_public | GET /feed-posts/{tenantId} | |
| FastCommentsClient::PublicApi | get_feed_posts_stats | GET /feed-posts/{tenantId}/stats | |
| FastCommentsClient::PublicApi | get_global_event_log | GET /event-log/global/{tenantId} | |
| FastCommentsClient::PublicApi | get_user_notification_count | GET /user-notifications/get-count | |
| FastCommentsClient::PublicApi | get_user_notifications | GET /user-notifications | |
| FastCommentsClient::PublicApi | get_user_presence_statuses | GET /user-presence-status | |
| FastCommentsClient::PublicApi | get_user_reacts_public | GET /feed-posts/{tenantId}/user-reacts | |
| FastCommentsClient::PublicApi | lock_comment | POST /comments/{tenantId}/{commentId}/lock | |
| FastCommentsClient::PublicApi | pin_comment | POST /comments/{tenantId}/{commentId}/pin | |
| FastCommentsClient::PublicApi | react_feed_post_public | POST /feed-posts/{tenantId}/react/{postId} | |
| FastCommentsClient::PublicApi | reset_user_notification_count | POST /user-notifications/reset-count | |
| FastCommentsClient::PublicApi | reset_user_notifications | POST /user-notifications/reset | |
| FastCommentsClient::PublicApi | search_users | GET /user-search/{tenantId} | |
| FastCommentsClient::PublicApi | set_comment_text | POST /comments/{tenantId}/{commentId}/update-text | |
| FastCommentsClient::PublicApi | un_block_comment_public | DELETE /block-from-comment/{commentId} | |
| FastCommentsClient::PublicApi | un_lock_comment | POST /comments/{tenantId}/{commentId}/unlock | |
| FastCommentsClient::PublicApi | un_pin_comment | POST /comments/{tenantId}/{commentId}/unpin | |
| FastCommentsClient::PublicApi | update_feed_post_public | PUT /feed-posts/{tenantId}/{postId} | |
| FastCommentsClient::PublicApi | update_user_notification_comment_subscription_status | POST /user-notifications/{notificationId}/mark-opted/{optedInOrOut} | |
| FastCommentsClient::PublicApi | update_user_notification_page_subscription_status | POST /user-notifications/set-subscription-state/{subscribedOrUnsubscribed} | |
| FastCommentsClient::PublicApi | update_user_notification_status | POST /user-notifications/{notificationId}/mark/{newStatus} | |
| FastCommentsClient::PublicApi | upload_image | POST /upload-image/{tenantId} | |
| FastCommentsClient::PublicApi | vote_comment | POST /comments/{tenantId}/{commentId}/vote |
- FastCommentsClient::APIAuditLog
- FastCommentsClient::APIComment
- FastCommentsClient::APICommentBase
- FastCommentsClient::APICommentBaseMeta
- FastCommentsClient::APICreateUserBadgeResponse
- FastCommentsClient::APIDomainConfiguration
- FastCommentsClient::APIEmptyResponse
- FastCommentsClient::APIEmptySuccessResponse
- FastCommentsClient::APIError
- FastCommentsClient::APIGetCommentResponse
- FastCommentsClient::APIGetCommentsResponse
- FastCommentsClient::APIGetUserBadgeProgressListResponse
- FastCommentsClient::APIGetUserBadgeProgressResponse
- FastCommentsClient::APIGetUserBadgeResponse
- FastCommentsClient::APIGetUserBadgesResponse
- FastCommentsClient::APIPage
- FastCommentsClient::APISSOUser
- FastCommentsClient::APIStatus
- FastCommentsClient::APITenant
- FastCommentsClient::APITenantDailyUsage
- FastCommentsClient::APITicket
- FastCommentsClient::APITicketDetail
- FastCommentsClient::APITicketFile
- FastCommentsClient::APIUserSubscription
- FastCommentsClient::AddDomainConfig200Response
- FastCommentsClient::AddDomainConfig200ResponseAnyOf
- FastCommentsClient::AddDomainConfigParams
- FastCommentsClient::AddHashTag200Response
- FastCommentsClient::AddHashTagsBulk200Response
- FastCommentsClient::AddPageAPIResponse
- FastCommentsClient::AddSSOUserAPIResponse
- FastCommentsClient::AggregateQuestionResults200Response
- FastCommentsClient::AggregateQuestionResultsResponse
- FastCommentsClient::AggregateTimeBucket
- FastCommentsClient::AggregationItem
- FastCommentsClient::AggregationOpType
- FastCommentsClient::AggregationOperation
- FastCommentsClient::AggregationRequest
- FastCommentsClient::AggregationRequestSort
- FastCommentsClient::AggregationResponse
- FastCommentsClient::AggregationResponseStats
- FastCommentsClient::AggregationValue
- FastCommentsClient::BillingInfo
- FastCommentsClient::BlockFromCommentParams
- FastCommentsClient::BlockFromCommentPublic200Response
- FastCommentsClient::BlockSuccess
- FastCommentsClient::BulkAggregateQuestionItem
- FastCommentsClient::BulkAggregateQuestionResults200Response
- FastCommentsClient::BulkAggregateQuestionResultsRequest
- FastCommentsClient::BulkAggregateQuestionResultsResponse
- FastCommentsClient::BulkCreateHashTagsBody
- FastCommentsClient::BulkCreateHashTagsBodyTagsInner
- FastCommentsClient::BulkCreateHashTagsResponse
- FastCommentsClient::ChangeCommentPinStatusResponse
- FastCommentsClient::ChangeTicketState200Response
- FastCommentsClient::ChangeTicketStateBody
- FastCommentsClient::ChangeTicketStateResponse
- FastCommentsClient::CheckBlockedCommentsResponse
- FastCommentsClient::CheckedCommentsForBlocked200Response
- FastCommentsClient::CombineCommentsWithQuestionResults200Response
- FastCommentsClient::CombineQuestionResultsWithCommentsResponse
- FastCommentsClient::CommentData
- FastCommentsClient::CommentHTMLRenderingMode
- FastCommentsClient::CommentLogData
- FastCommentsClient::CommentLogEntry
- FastCommentsClient::CommentLogType
- FastCommentsClient::CommentQuestionResultsRenderingType
- FastCommentsClient::CommentQuestionsRequired
- FastCommentsClient::CommentTextUpdateRequest
- FastCommentsClient::CommentThreadDeletionMode
- FastCommentsClient::CommentUserBadgeInfo
- FastCommentsClient::CommentUserHashTagInfo
- FastCommentsClient::CommentUserMentionInfo
- FastCommentsClient::CommenterNameFormats
- FastCommentsClient::CreateAPIPageData
- FastCommentsClient::CreateAPISSOUserData
- FastCommentsClient::CreateAPIUserSubscriptionData
- FastCommentsClient::CreateCommentParams
- FastCommentsClient::CreateCommentPublic200Response
- FastCommentsClient::CreateEmailTemplate200Response
- FastCommentsClient::CreateEmailTemplateBody
- FastCommentsClient::CreateEmailTemplateResponse
- FastCommentsClient::CreateFeedPost200Response
- FastCommentsClient::CreateFeedPostParams
- FastCommentsClient::CreateFeedPostPublic200Response
- FastCommentsClient::CreateFeedPostResponse
- FastCommentsClient::CreateFeedPostsResponse
- FastCommentsClient::CreateHashTagBody
- FastCommentsClient::CreateHashTagResponse
- FastCommentsClient::CreateModerator200Response
- FastCommentsClient::CreateModeratorBody
- FastCommentsClient::CreateModeratorResponse
- FastCommentsClient::CreateQuestionConfig200Response
- FastCommentsClient::CreateQuestionConfigBody
- FastCommentsClient::CreateQuestionConfigResponse
- FastCommentsClient::CreateQuestionResult200Response
- FastCommentsClient::CreateQuestionResultBody
- FastCommentsClient::CreateQuestionResultResponse
- FastCommentsClient::CreateSubscriptionAPIResponse
- FastCommentsClient::CreateTenant200Response
- FastCommentsClient::CreateTenantBody
- FastCommentsClient::CreateTenantPackage200Response
- FastCommentsClient::CreateTenantPackageBody
- FastCommentsClient::CreateTenantPackageResponse
- FastCommentsClient::CreateTenantResponse
- FastCommentsClient::CreateTenantUser200Response
- FastCommentsClient::CreateTenantUserBody
- FastCommentsClient::CreateTenantUserResponse
- FastCommentsClient::CreateTicket200Response
- FastCommentsClient::CreateTicketBody
- FastCommentsClient::CreateTicketResponse
- FastCommentsClient::CreateUserBadge200Response
- FastCommentsClient::CreateUserBadgeParams
- FastCommentsClient::CustomConfigParameters
- FastCommentsClient::CustomEmailTemplate
- FastCommentsClient::DeleteComment200Response
- FastCommentsClient::DeleteCommentAction
- FastCommentsClient::DeleteCommentPublic200Response
- FastCommentsClient::DeleteCommentResult
- FastCommentsClient::DeleteCommentVote200Response
- FastCommentsClient::DeleteDomainConfig200Response
- FastCommentsClient::DeleteFeedPostPublic200Response
- FastCommentsClient::DeleteFeedPostPublic200ResponseAnyOf
- FastCommentsClient::DeleteHashTagRequest
- FastCommentsClient::DeletePageAPIResponse
- FastCommentsClient::DeleteSSOUserAPIResponse
- FastCommentsClient::DeleteSubscriptionAPIResponse
- FastCommentsClient::DeletedCommentResultComment
- FastCommentsClient::DigestEmailFrequency
- FastCommentsClient::EmailTemplateDefinition
- FastCommentsClient::EmailTemplateRenderErrorResponse
- FastCommentsClient::EventLogEntry
- FastCommentsClient::FComment
- FastCommentsClient::FCommentMeta
- FastCommentsClient::FeedPost
- FastCommentsClient::FeedPostLink
- FastCommentsClient::FeedPostMediaItem
- FastCommentsClient::FeedPostMediaItemAsset
- FastCommentsClient::FeedPostStats
- FastCommentsClient::FeedPostsStatsResponse
- FastCommentsClient::FindCommentsByRangeItem
- FastCommentsClient::FindCommentsByRangeResponse
- FastCommentsClient::FlagComment200Response
- FastCommentsClient::FlagCommentPublic200Response
- FastCommentsClient::FlagCommentResponse
- FastCommentsClient::GetAuditLogs200Response
- FastCommentsClient::GetAuditLogsResponse
- FastCommentsClient::GetCachedNotificationCount200Response
- FastCommentsClient::GetCachedNotificationCountResponse
- FastCommentsClient::GetComment200Response
- FastCommentsClient::GetCommentText200Response
- FastCommentsClient::GetCommentVoteUserNames200Response
- FastCommentsClient::GetCommentVoteUserNamesSuccessResponse
- FastCommentsClient::GetComments200Response
- FastCommentsClient::GetCommentsPublic200Response
- FastCommentsClient::GetCommentsResponsePublicComment
- FastCommentsClient::GetCommentsResponseWithPresencePublicComment
- FastCommentsClient::GetDomainConfig200Response
- FastCommentsClient::GetDomainConfigs200Response
- FastCommentsClient::GetDomainConfigs200ResponseAnyOf
- FastCommentsClient::GetDomainConfigs200ResponseAnyOf1
- FastCommentsClient::GetEmailTemplate200Response
- FastCommentsClient::GetEmailTemplateDefinitions200Response
- FastCommentsClient::GetEmailTemplateDefinitionsResponse
- FastCommentsClient::GetEmailTemplateRenderErrors200Response
- FastCommentsClient::GetEmailTemplateRenderErrorsResponse
- FastCommentsClient::GetEmailTemplateResponse
- FastCommentsClient::GetEmailTemplates200Response
- FastCommentsClient::GetEmailTemplatesResponse
- FastCommentsClient::GetEventLog200Response
- FastCommentsClient::GetEventLogResponse
- FastCommentsClient::GetFeedPosts200Response
- FastCommentsClient::GetFeedPostsPublic200Response
- FastCommentsClient::GetFeedPostsResponse
- FastCommentsClient::GetFeedPostsStats200Response
- FastCommentsClient::GetHashTags200Response
- FastCommentsClient::GetHashTagsResponse
- FastCommentsClient::GetModerator200Response
- FastCommentsClient::GetModeratorResponse
- FastCommentsClient::GetModerators200Response
- FastCommentsClient::GetModeratorsResponse
- FastCommentsClient::GetMyNotificationsResponse
- FastCommentsClient::GetNotificationCount200Response
- FastCommentsClient::GetNotificationCountResponse
- FastCommentsClient::GetNotifications200Response
- FastCommentsClient::GetNotificationsResponse
- FastCommentsClient::GetPageByURLIdAPIResponse
- FastCommentsClient::GetPagesAPIResponse
- FastCommentsClient::GetPendingWebhookEventCount200Response
- FastCommentsClient::GetPendingWebhookEventCountResponse
- FastCommentsClient::GetPendingWebhookEvents200Response
- FastCommentsClient::GetPendingWebhookEventsResponse
- FastCommentsClient::GetPublicFeedPostsResponse
- FastCommentsClient::GetQuestionConfig200Response
- FastCommentsClient::GetQuestionConfigResponse
- FastCommentsClient::GetQuestionConfigs200Response
- FastCommentsClient::GetQuestionConfigsResponse
- FastCommentsClient::GetQuestionResult200Response
- FastCommentsClient::GetQuestionResultResponse
- FastCommentsClient::GetQuestionResults200Response
- FastCommentsClient::GetQuestionResultsResponse
- FastCommentsClient::GetSSOUserByEmailAPIResponse
- FastCommentsClient::GetSSOUserByIdAPIResponse
- FastCommentsClient::GetSSOUsers200Response
- FastCommentsClient::GetSubscriptionsAPIResponse
- FastCommentsClient::GetTenant200Response
- FastCommentsClient::GetTenantDailyUsages200Response
- FastCommentsClient::GetTenantDailyUsagesResponse
- FastCommentsClient::GetTenantPackage200Response
- FastCommentsClient::GetTenantPackageResponse
- FastCommentsClient::GetTenantPackages200Response
- FastCommentsClient::GetTenantPackagesResponse
- FastCommentsClient::GetTenantResponse
- FastCommentsClient::GetTenantUser200Response
- FastCommentsClient::GetTenantUserResponse
- FastCommentsClient::GetTenantUsers200Response
- FastCommentsClient::GetTenantUsersResponse
- FastCommentsClient::GetTenants200Response
- FastCommentsClient::GetTenantsResponse
- FastCommentsClient::GetTicket200Response
- FastCommentsClient::GetTicketResponse
- FastCommentsClient::GetTickets200Response
- FastCommentsClient::GetTicketsResponse
- FastCommentsClient::GetUser200Response
- FastCommentsClient::GetUserBadge200Response
- FastCommentsClient::GetUserBadgeProgressById200Response
- FastCommentsClient::GetUserBadgeProgressList200Response
- FastCommentsClient::GetUserBadges200Response
- FastCommentsClient::GetUserNotificationCount200Response
- FastCommentsClient::GetUserNotificationCountResponse
- FastCommentsClient::GetUserNotifications200Response
- FastCommentsClient::GetUserPresenceStatuses200Response
- FastCommentsClient::GetUserPresenceStatusesResponse
- FastCommentsClient::GetUserReactsPublic200Response
- FastCommentsClient::GetUserResponse
- FastCommentsClient::GetVotes200Response
- FastCommentsClient::GetVotesForUser200Response
- FastCommentsClient::GetVotesForUserResponse
- FastCommentsClient::GetVotesResponse
- FastCommentsClient::GifRating
- FastCommentsClient::HeaderAccountNotification
- FastCommentsClient::HeaderState
- FastCommentsClient::IgnoredResponse
- FastCommentsClient::ImageContentProfanityLevel
- FastCommentsClient::ImportedSiteType
- FastCommentsClient::LiveEvent
- FastCommentsClient::LiveEventExtraInfo
- FastCommentsClient::LiveEventType
- FastCommentsClient::LockComment200Response
- FastCommentsClient::MediaAsset
- FastCommentsClient::MentionAutoCompleteMode
- FastCommentsClient::MetaItem
- FastCommentsClient::Moderator
- FastCommentsClient::NotificationAndCount
- FastCommentsClient::NotificationObjectType
- FastCommentsClient::NotificationType
- FastCommentsClient::PatchDomainConfigParams
- FastCommentsClient::PatchHashTag200Response
- FastCommentsClient::PatchPageAPIResponse
- FastCommentsClient::PatchSSOUserAPIResponse
- FastCommentsClient::PendingCommentToSyncOutbound
- FastCommentsClient::PinComment200Response
- FastCommentsClient::PubSubComment
- FastCommentsClient::PubSubCommentBase
- FastCommentsClient::PubSubVote
- FastCommentsClient::PublicAPIDeleteCommentResponse
- FastCommentsClient::PublicAPIGetCommentTextResponse
- FastCommentsClient::PublicAPISetCommentTextResponse
- FastCommentsClient::PublicBlockFromCommentParams
- FastCommentsClient::PublicComment
- FastCommentsClient::PublicCommentBase
- FastCommentsClient::PublicFeedPostsResponse
- FastCommentsClient::PublicVote
- FastCommentsClient::PutSSOUserAPIResponse
- FastCommentsClient::QueryPredicate
- FastCommentsClient::QueryPredicateValue
- FastCommentsClient::QuestionConfig
- FastCommentsClient::QuestionConfigCustomOptionsInner
- FastCommentsClient::QuestionDatum
- FastCommentsClient::QuestionRenderingType
- FastCommentsClient::QuestionResult
- FastCommentsClient::QuestionResultAggregationOverall
- FastCommentsClient::QuestionSubQuestionVisibility
- FastCommentsClient::QuestionWhenSave
- FastCommentsClient::ReactBodyParams
- FastCommentsClient::ReactFeedPostPublic200Response
- FastCommentsClient::ReactFeedPostResponse
- FastCommentsClient::RecordStringBeforeStringOrNullAfterStringOrNullValue
- FastCommentsClient::RecordStringStringOrNumberValue
- FastCommentsClient::RenderEmailTemplate200Response
- FastCommentsClient::RenderEmailTemplateBody
- FastCommentsClient::RenderEmailTemplateResponse
- FastCommentsClient::RenderableUserNotification
- FastCommentsClient::RepeatCommentCheckIgnoredReason
- FastCommentsClient::RepeatCommentHandlingAction
- FastCommentsClient::ReplaceTenantPackageBody
- FastCommentsClient::ReplaceTenantUserBody
- FastCommentsClient::ResetUserNotifications200Response
- FastCommentsClient::ResetUserNotificationsResponse
- FastCommentsClient::SORTDIR
- FastCommentsClient::SSOSecurityLevel
- FastCommentsClient::SaveComment200Response
- FastCommentsClient::SaveCommentResponse
- FastCommentsClient::SaveCommentResponseOptimized
- FastCommentsClient::SaveCommentsResponseWithPresence
- FastCommentsClient::SearchUsers200Response
- FastCommentsClient::SearchUsersResponse
- FastCommentsClient::SearchUsersSectionedResponse
- FastCommentsClient::SetCommentText200Response
- FastCommentsClient::SetCommentTextResult
- FastCommentsClient::SizePreset
- FastCommentsClient::SortDirections
- FastCommentsClient::SpamRule
- FastCommentsClient::TOSConfig
- FastCommentsClient::TenantHashTag
- FastCommentsClient::TenantPackage
- FastCommentsClient::UnBlockCommentPublic200Response
- FastCommentsClient::UnBlockFromCommentParams
- FastCommentsClient::UnblockSuccess
- FastCommentsClient::UpdatableCommentParams
- FastCommentsClient::UpdateAPIPageData
- FastCommentsClient::UpdateAPISSOUserData
- FastCommentsClient::UpdateAPIUserSubscriptionData
- FastCommentsClient::UpdateDomainConfigParams
- FastCommentsClient::UpdateEmailTemplateBody
- FastCommentsClient::UpdateFeedPostParams
- FastCommentsClient::UpdateHashTagBody
- FastCommentsClient::UpdateHashTagResponse
- FastCommentsClient::UpdateModeratorBody
- FastCommentsClient::UpdateNotificationBody
- FastCommentsClient::UpdateQuestionConfigBody
- FastCommentsClient::UpdateQuestionResultBody
- FastCommentsClient::UpdateSubscriptionAPIResponse
- FastCommentsClient::UpdateTenantBody
- FastCommentsClient::UpdateTenantPackageBody
- FastCommentsClient::UpdateTenantUserBody
- FastCommentsClient::UpdateUserBadge200Response
- FastCommentsClient::UpdateUserBadgeParams
- FastCommentsClient::UpdateUserNotificationStatus200Response
- FastCommentsClient::UploadImageResponse
- FastCommentsClient::User
- FastCommentsClient::UserBadge
- FastCommentsClient::UserBadgeProgress
- FastCommentsClient::UserNotification
- FastCommentsClient::UserNotificationCount
- FastCommentsClient::UserNotificationWriteResponse
- FastCommentsClient::UserPresenceData
- FastCommentsClient::UserReactsResponse
- FastCommentsClient::UserSearchResult
- FastCommentsClient::UserSearchSection
- FastCommentsClient::UserSearchSectionResult
- FastCommentsClient::UserSessionInfo
- FastCommentsClient::VoteBodyParams
- FastCommentsClient::VoteComment200Response
- FastCommentsClient::VoteDeleteResponse
- FastCommentsClient::VoteResponse
- FastCommentsClient::VoteResponseUser
- FastCommentsClient::VoteStyle
Authentication schemes defined for the API:
- Type: API key
- API key parameter name: x-api-key
- Location: HTTP header