fastcomments 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +210 -0
- data/client/Gemfile +9 -0
- data/client/README.md +407 -0
- data/client/Rakefile +10 -0
- data/client/docs/APIAuditLog.md +40 -0
- data/client/docs/APIComment.md +122 -0
- data/client/docs/APICommentBase.md +122 -0
- data/client/docs/APICreateUserBadgeResponse.md +20 -0
- data/client/docs/APIEmptyResponse.md +18 -0
- data/client/docs/APIEmptySuccessResponse.md +18 -0
- data/client/docs/APIError.md +32 -0
- data/client/docs/APIGetCommentResponse.md +20 -0
- data/client/docs/APIGetCommentsResponse.md +20 -0
- data/client/docs/APIGetUserBadgeProgressListResponse.md +20 -0
- data/client/docs/APIGetUserBadgeProgressResponse.md +20 -0
- data/client/docs/APIGetUserBadgeResponse.md +20 -0
- data/client/docs/APIGetUserBadgesResponse.md +20 -0
- data/client/docs/APIPage.md +34 -0
- data/client/docs/APISSOUser.md +56 -0
- data/client/docs/APIStatus.md +15 -0
- data/client/docs/APIUserSubscription.md +30 -0
- data/client/docs/AddDomainConfig200Response.md +24 -0
- data/client/docs/AddDomainConfig200ResponseAnyOf.md +20 -0
- data/client/docs/AddDomainConfigParams.md +30 -0
- data/client/docs/AddPageAPIResponse.md +24 -0
- data/client/docs/AddSSOUserAPIResponse.md +24 -0
- data/client/docs/AggregateQuestionResults200Response.md +34 -0
- data/client/docs/AggregateQuestionResultsResponse.md +20 -0
- data/client/docs/AggregateTimeBucket.md +15 -0
- data/client/docs/AggregationItem.md +18 -0
- data/client/docs/AggregationOpType.md +15 -0
- data/client/docs/AggregationOperation.md +24 -0
- data/client/docs/AggregationRequest.md +26 -0
- data/client/docs/AggregationRequestSort.md +20 -0
- data/client/docs/AggregationResponse.md +22 -0
- data/client/docs/AggregationResponseStats.md +20 -0
- data/client/docs/AggregationValue.md +26 -0
- data/client/docs/BlockFromCommentParams.md +18 -0
- data/client/docs/BlockFromCommentPublic200Response.md +34 -0
- data/client/docs/BlockSuccess.md +20 -0
- data/client/docs/BulkAggregateQuestionItem.md +28 -0
- data/client/docs/BulkAggregateQuestionResults200Response.md +34 -0
- data/client/docs/BulkAggregateQuestionResultsRequest.md +18 -0
- data/client/docs/BulkAggregateQuestionResultsResponse.md +20 -0
- data/client/docs/ChangeCommentPinStatusResponse.md +20 -0
- data/client/docs/CheckBlockedCommentsResponse.md +20 -0
- data/client/docs/CheckedCommentsForBlocked200Response.md +34 -0
- data/client/docs/CombineCommentsWithQuestionResults200Response.md +34 -0
- data/client/docs/CombineQuestionResultsWithCommentsResponse.md +20 -0
- data/client/docs/CommentData.md +64 -0
- data/client/docs/CommentHTMLRenderingMode.md +15 -0
- data/client/docs/CommentLogData.md +102 -0
- data/client/docs/CommentLogEntry.md +22 -0
- data/client/docs/CommentLogType.md +15 -0
- data/client/docs/CommentQuestionResultsRenderingType.md +15 -0
- data/client/docs/CommentQuestionsRequired.md +15 -0
- data/client/docs/CommentTextUpdateRequest.md +22 -0
- data/client/docs/CommentThreadDeletionMode.md +15 -0
- data/client/docs/CommentUserBadgeInfo.md +34 -0
- data/client/docs/CommentUserHashTagInfo.md +24 -0
- data/client/docs/CommentUserMentionInfo.md +26 -0
- data/client/docs/CommenterNameFormats.md +15 -0
- data/client/docs/CreateAPIPageData.md +28 -0
- data/client/docs/CreateAPISSOUserData.md +56 -0
- data/client/docs/CreateAPIUserSubscriptionData.md +26 -0
- data/client/docs/CreateCommentParams.md +84 -0
- data/client/docs/CreateCommentPublic200Response.md +40 -0
- data/client/docs/CreateFeedPost200Response.md +34 -0
- data/client/docs/CreateFeedPostParams.md +32 -0
- data/client/docs/CreateFeedPostPublic200Response.md +34 -0
- data/client/docs/CreateFeedPostResponse.md +20 -0
- data/client/docs/CreateFeedPostsResponse.md +20 -0
- data/client/docs/CreateSubscriptionAPIResponse.md +24 -0
- data/client/docs/CreateUserBadge200Response.md +34 -0
- data/client/docs/CreateUserBadgeParams.md +22 -0
- data/client/docs/CustomConfigParameters.md +160 -0
- data/client/docs/DefaultApi.md +3601 -0
- data/client/docs/DeleteComment200Response.md +34 -0
- data/client/docs/DeleteCommentAction.md +15 -0
- data/client/docs/DeleteCommentPublic200Response.md +36 -0
- data/client/docs/DeleteCommentResult.md +20 -0
- data/client/docs/DeleteCommentVote200Response.md +34 -0
- data/client/docs/DeleteDomainConfig200Response.md +18 -0
- data/client/docs/DeleteFeedPostPublic200Response.md +32 -0
- data/client/docs/DeleteFeedPostPublic200ResponseAnyOf.md +18 -0
- data/client/docs/DeletePageAPIResponse.md +22 -0
- data/client/docs/DeleteSSOUserAPIResponse.md +24 -0
- data/client/docs/DeleteSubscriptionAPIResponse.md +22 -0
- data/client/docs/DeletedCommentResultComment.md +24 -0
- data/client/docs/EventLogEntry.md +28 -0
- data/client/docs/FComment.md +158 -0
- data/client/docs/FCommentMeta.md +20 -0
- data/client/docs/FeedPost.md +48 -0
- data/client/docs/FeedPostLink.md +24 -0
- data/client/docs/FeedPostMediaItem.md +22 -0
- data/client/docs/FeedPostMediaItemAsset.md +22 -0
- data/client/docs/FeedPostStats.md +20 -0
- data/client/docs/FeedPostsStatsResponse.md +20 -0
- data/client/docs/FindCommentsByRangeItem.md +20 -0
- data/client/docs/FindCommentsByRangeResponse.md +20 -0
- data/client/docs/FlagComment200Response.md +36 -0
- data/client/docs/FlagCommentPublic200Response.md +32 -0
- data/client/docs/FlagCommentResponse.md +26 -0
- data/client/docs/GetAuditLogs200Response.md +34 -0
- data/client/docs/GetAuditLogsResponse.md +20 -0
- data/client/docs/GetComment200Response.md +34 -0
- data/client/docs/GetCommentText200Response.md +36 -0
- data/client/docs/GetCommentVoteUserNames200Response.md +36 -0
- data/client/docs/GetCommentVoteUserNamesSuccessResponse.md +22 -0
- data/client/docs/GetComments200Response.md +34 -0
- data/client/docs/GetCommentsPublic200Response.md +78 -0
- data/client/docs/GetCommentsResponsePublicComment.md +64 -0
- data/client/docs/GetCommentsResponseWithPresencePublicComment.md +70 -0
- data/client/docs/GetDomainConfig200Response.md +24 -0
- data/client/docs/GetDomainConfigs200Response.md +24 -0
- data/client/docs/GetDomainConfigs200ResponseAnyOf.md +20 -0
- data/client/docs/GetDomainConfigs200ResponseAnyOf1.md +22 -0
- data/client/docs/GetEventLog200Response.md +34 -0
- data/client/docs/GetEventLogResponse.md +20 -0
- data/client/docs/GetFeedPosts200Response.md +34 -0
- data/client/docs/GetFeedPostsPublic200Response.md +44 -0
- data/client/docs/GetFeedPostsResponse.md +20 -0
- data/client/docs/GetFeedPostsStats200Response.md +34 -0
- data/client/docs/GetMyNotificationsResponse.md +26 -0
- data/client/docs/GetPageByURLIdAPIResponse.md +24 -0
- data/client/docs/GetPagesAPIResponse.md +24 -0
- data/client/docs/GetPublicFeedPostsResponse.md +22 -0
- data/client/docs/GetSSOUserByEmailAPIResponse.md +24 -0
- data/client/docs/GetSSOUserByIdAPIResponse.md +24 -0
- data/client/docs/GetSSOUsers200Response.md +20 -0
- data/client/docs/GetSubscriptionsAPIResponse.md +24 -0
- data/client/docs/GetUserBadge200Response.md +34 -0
- data/client/docs/GetUserBadgeProgressById200Response.md +34 -0
- data/client/docs/GetUserBadgeProgressList200Response.md +34 -0
- data/client/docs/GetUserBadges200Response.md +34 -0
- data/client/docs/GetUserNotificationCount200Response.md +34 -0
- data/client/docs/GetUserNotificationCountResponse.md +20 -0
- data/client/docs/GetUserNotifications200Response.md +40 -0
- data/client/docs/GetUserPresenceStatuses200Response.md +34 -0
- data/client/docs/GetUserPresenceStatusesResponse.md +20 -0
- data/client/docs/GetUserReactsPublic200Response.md +34 -0
- data/client/docs/GifRating.md +15 -0
- data/client/docs/HeaderState.md +26 -0
- data/client/docs/IgnoredResponse.md +20 -0
- data/client/docs/ImageContentProfanityLevel.md +15 -0
- data/client/docs/LiveEvent.md +48 -0
- data/client/docs/LiveEventExtraInfo.md +18 -0
- data/client/docs/LiveEventType.md +15 -0
- data/client/docs/LockComment200Response.md +32 -0
- data/client/docs/MediaAsset.md +22 -0
- data/client/docs/MetaItem.md +20 -0
- data/client/docs/NotificationAndCount.md +20 -0
- data/client/docs/NotificationObjectType.md +15 -0
- data/client/docs/NotificationType.md +15 -0
- data/client/docs/PatchDomainConfigParams.md +30 -0
- data/client/docs/PatchPageAPIResponse.md +24 -0
- data/client/docs/PatchSSOUserAPIResponse.md +24 -0
- data/client/docs/PinComment200Response.md +34 -0
- data/client/docs/PubSubComment.md +102 -0
- data/client/docs/PubSubCommentBase.md +96 -0
- data/client/docs/PubSubVote.md +34 -0
- data/client/docs/PublicAPIDeleteCommentResponse.md +22 -0
- data/client/docs/PublicAPIGetCommentTextResponse.md +22 -0
- data/client/docs/PublicAPISetCommentTextResponse.md +20 -0
- data/client/docs/PublicApi.md +2596 -0
- data/client/docs/PublicBlockFromCommentParams.md +18 -0
- data/client/docs/PublicComment.md +92 -0
- data/client/docs/PublicCommentBase.md +72 -0
- data/client/docs/PublicFeedPostsResponse.md +30 -0
- data/client/docs/PutSSOUserAPIResponse.md +24 -0
- data/client/docs/QueryPredicate.md +22 -0
- data/client/docs/QueryPredicateValue.md +15 -0
- data/client/docs/QuestionDatum.md +20 -0
- data/client/docs/QuestionRenderingType.md +15 -0
- data/client/docs/QuestionResult.md +38 -0
- data/client/docs/QuestionResultAggregationOverall.md +28 -0
- data/client/docs/QuestionSubQuestionVisibility.md +15 -0
- data/client/docs/QuestionWhenSave.md +15 -0
- data/client/docs/ReactBodyParams.md +18 -0
- data/client/docs/ReactFeedPostPublic200Response.md +36 -0
- data/client/docs/ReactFeedPostResponse.md +22 -0
- data/client/docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md +20 -0
- data/client/docs/RecordStringStringOrNumberValue.md +15 -0
- data/client/docs/RenderableUserNotification.md +58 -0
- data/client/docs/RepeatCommentCheckIgnoredReason.md +15 -0
- data/client/docs/RepeatCommentHandlingAction.md +15 -0
- data/client/docs/ResetUserNotifications200Response.md +32 -0
- data/client/docs/ResetUserNotificationsResponse.md +20 -0
- data/client/docs/SORTDIR.md +15 -0
- data/client/docs/SSOSecurityLevel.md +15 -0
- data/client/docs/SaveComment200Response.md +38 -0
- data/client/docs/SaveCommentResponse.md +24 -0
- data/client/docs/SaveCommentResponseOptimized.md +24 -0
- data/client/docs/SaveCommentsResponseWithPresence.md +26 -0
- data/client/docs/SearchUsers200Response.md +34 -0
- data/client/docs/SearchUsersResponse.md +20 -0
- data/client/docs/SetCommentText200Response.md +34 -0
- data/client/docs/SetCommentTextResult.md +20 -0
- data/client/docs/SizePreset.md +15 -0
- data/client/docs/SortDirections.md +15 -0
- data/client/docs/SpamRule.md +20 -0
- data/client/docs/UnBlockCommentPublic200Response.md +34 -0
- data/client/docs/UnBlockFromCommentParams.md +18 -0
- data/client/docs/UnblockSuccess.md +20 -0
- data/client/docs/UpdatableCommentParams.md +94 -0
- data/client/docs/UpdateAPIPageData.md +26 -0
- data/client/docs/UpdateAPISSOUserData.md +56 -0
- data/client/docs/UpdateDomainConfigParams.md +30 -0
- data/client/docs/UpdateFeedPostParams.md +28 -0
- data/client/docs/UpdateUserBadge200Response.md +32 -0
- data/client/docs/UpdateUserBadgeParams.md +18 -0
- data/client/docs/UpdateUserNotificationStatus200Response.md +38 -0
- data/client/docs/UploadImageResponse.md +26 -0
- data/client/docs/UserBadge.md +52 -0
- data/client/docs/UserBadgeProgress.md +32 -0
- data/client/docs/UserNotification.md +64 -0
- data/client/docs/UserNotificationWriteResponse.md +22 -0
- data/client/docs/UserPresenceData.md +22 -0
- data/client/docs/UserReactsResponse.md +20 -0
- data/client/docs/UserSearchResult.md +26 -0
- data/client/docs/UserSessionInfo.md +42 -0
- data/client/docs/VoteBodyParams.md +24 -0
- data/client/docs/VoteComment200Response.md +40 -0
- data/client/docs/VoteDeleteResponse.md +20 -0
- data/client/docs/VoteResponse.md +26 -0
- data/client/docs/VoteResponseStatus.md +15 -0
- data/client/docs/VoteResponseUser.md +18 -0
- data/client/docs/VoteStyle.md +15 -0
- data/client/fastcomments-client.gemspec +39 -0
- data/client/git_push.sh +57 -0
- data/client/lib/fastcomments-client/api/default_api.rb +3463 -0
- data/client/lib/fastcomments-client/api/public_api.rb +2858 -0
- data/client/lib/fastcomments-client/api_client.rb +393 -0
- data/client/lib/fastcomments-client/api_error.rb +58 -0
- data/client/lib/fastcomments-client/configuration.rb +312 -0
- data/client/lib/fastcomments-client/models/add_domain_config200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/add_domain_config200_response_any_of.rb +235 -0
- data/client/lib/fastcomments-client/models/add_domain_config_params.rb +294 -0
- data/client/lib/fastcomments-client/models/add_page_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/add_sso_user_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/aggregate_question_results200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/aggregate_question_results_response.rb +285 -0
- data/client/lib/fastcomments-client/models/aggregate_time_bucket.rb +41 -0
- data/client/lib/fastcomments-client/models/aggregation_item.rb +223 -0
- data/client/lib/fastcomments-client/models/aggregation_op_type.rb +45 -0
- data/client/lib/fastcomments-client/models/aggregation_operation.rb +306 -0
- data/client/lib/fastcomments-client/models/aggregation_request.rb +297 -0
- data/client/lib/fastcomments-client/models/aggregation_request_sort.rb +287 -0
- data/client/lib/fastcomments-client/models/aggregation_response.rb +297 -0
- data/client/lib/fastcomments-client/models/aggregation_response_stats.rb +263 -0
- data/client/lib/fastcomments-client/models/aggregation_value.rb +262 -0
- data/client/lib/fastcomments-client/models/api_audit_log.rb +412 -0
- data/client/lib/fastcomments-client/models/api_comment.rb +888 -0
- data/client/lib/fastcomments-client/models/api_comment_base.rb +881 -0
- data/client/lib/fastcomments-client/models/api_create_user_badge_response.rb +285 -0
- data/client/lib/fastcomments-client/models/api_empty_response.rb +259 -0
- data/client/lib/fastcomments-client/models/api_empty_success_response.rb +259 -0
- data/client/lib/fastcomments-client/models/api_error.rb +356 -0
- data/client/lib/fastcomments-client/models/api_get_comment_response.rb +285 -0
- data/client/lib/fastcomments-client/models/api_get_comments_response.rb +287 -0
- data/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb +287 -0
- data/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb +285 -0
- data/client/lib/fastcomments-client/models/api_get_user_badge_response.rb +285 -0
- data/client/lib/fastcomments-client/models/api_get_user_badges_response.rb +287 -0
- data/client/lib/fastcomments-client/models/api_page.rb +396 -0
- data/client/lib/fastcomments-client/models/api_status.rb +40 -0
- data/client/lib/fastcomments-client/models/api_user_subscription.rb +325 -0
- data/client/lib/fastcomments-client/models/apisso_user.rb +597 -0
- data/client/lib/fastcomments-client/models/block_from_comment_params.rb +222 -0
- data/client/lib/fastcomments-client/models/block_from_comment_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/block_success.rb +288 -0
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb +306 -0
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb +239 -0
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb +288 -0
- data/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb +288 -0
- data/client/lib/fastcomments-client/models/check_blocked_comments_response.rb +288 -0
- data/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb +285 -0
- data/client/lib/fastcomments-client/models/comment_data.rb +511 -0
- data/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb +40 -0
- data/client/lib/fastcomments-client/models/comment_log_data.rb +642 -0
- data/client/lib/fastcomments-client/models/comment_log_entry.rb +294 -0
- data/client/lib/fastcomments-client/models/comment_log_type.rb +93 -0
- data/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb +41 -0
- data/client/lib/fastcomments-client/models/comment_questions_required.rb +40 -0
- data/client/lib/fastcomments-client/models/comment_text_update_request.rb +259 -0
- data/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb +42 -0
- data/client/lib/fastcomments-client/models/comment_user_badge_info.rb +349 -0
- data/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb +284 -0
- data/client/lib/fastcomments-client/models/comment_user_mention_info.rb +324 -0
- data/client/lib/fastcomments-client/models/commenter_name_formats.rb +43 -0
- data/client/lib/fastcomments-client/models/create_api_page_data.rb +318 -0
- data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +273 -0
- data/client/lib/fastcomments-client/models/create_apisso_user_data.rb +444 -0
- data/client/lib/fastcomments-client/models/create_comment_params.rb +619 -0
- data/client/lib/fastcomments-client/models/create_comment_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/create_feed_post200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/create_feed_post_params.rb +292 -0
- data/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/create_feed_post_response.rb +285 -0
- data/client/lib/fastcomments-client/models/create_feed_posts_response.rb +285 -0
- data/client/lib/fastcomments-client/models/create_subscription_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/create_user_badge200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/create_user_badge_params.rb +272 -0
- data/client/lib/fastcomments-client/models/custom_config_parameters.rb +906 -0
- data/client/lib/fastcomments-client/models/delete_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/delete_comment_action.rb +41 -0
- data/client/lib/fastcomments-client/models/delete_comment_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/delete_comment_result.rb +285 -0
- data/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/delete_domain_config200_response.rb +223 -0
- data/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/delete_feed_post_public200_response_any_of.rb +259 -0
- data/client/lib/fastcomments-client/models/delete_page_api_response.rb +255 -0
- data/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/delete_subscription_api_response.rb +255 -0
- data/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb +282 -0
- data/client/lib/fastcomments-client/models/event_log_entry.rb +367 -0
- data/client/lib/fastcomments-client/models/f_comment.rb +1054 -0
- data/client/lib/fastcomments-client/models/f_comment_meta.rb +229 -0
- data/client/lib/fastcomments-client/models/feed_post.rb +420 -0
- data/client/lib/fastcomments-client/models/feed_post_link.rb +247 -0
- data/client/lib/fastcomments-client/models/feed_post_media_item.rb +257 -0
- data/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb +289 -0
- data/client/lib/fastcomments-client/models/feed_post_stats.rb +231 -0
- data/client/lib/fastcomments-client/models/feed_posts_stats_response.rb +287 -0
- data/client/lib/fastcomments-client/models/find_comments_by_range_item.rb +249 -0
- data/client/lib/fastcomments-client/models/find_comments_by_range_response.rb +265 -0
- data/client/lib/fastcomments-client/models/flag_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/flag_comment_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/flag_comment_response.rb +295 -0
- data/client/lib/fastcomments-client/models/get_audit_logs200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_audit_logs_response.rb +287 -0
- data/client/lib/fastcomments-client/models/get_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_comment_text200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb +313 -0
- data/client/lib/fastcomments-client/models/get_comments200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_comments_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb +487 -0
- data/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb +522 -0
- data/client/lib/fastcomments-client/models/get_domain_config200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_domain_configs200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of.rb +235 -0
- data/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of1.rb +275 -0
- data/client/lib/fastcomments-client/models/get_event_log200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_event_log_response.rb +287 -0
- data/client/lib/fastcomments-client/models/get_feed_posts200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_feed_posts_response.rb +287 -0
- data/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_my_notifications_response.rb +351 -0
- data/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/get_pages_api_response.rb +266 -0
- data/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb +297 -0
- data/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/get_sso_users200_response.rb +265 -0
- data/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb +266 -0
- data/client/lib/fastcomments-client/models/get_user_badge200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_badges200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_notification_count_response.rb +285 -0
- data/client/lib/fastcomments-client/models/get_user_notifications200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb +288 -0
- data/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/gif_rating.rb +42 -0
- data/client/lib/fastcomments-client/models/header_state.rb +365 -0
- data/client/lib/fastcomments-client/models/ignored_response.rb +287 -0
- data/client/lib/fastcomments-client/models/image_content_profanity_level.rb +42 -0
- data/client/lib/fastcomments-client/models/live_event.rb +402 -0
- data/client/lib/fastcomments-client/models/live_event_extra_info.rb +223 -0
- data/client/lib/fastcomments-client/models/live_event_type.rb +55 -0
- data/client/lib/fastcomments-client/models/lock_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/media_asset.rb +289 -0
- data/client/lib/fastcomments-client/models/meta_item.rb +265 -0
- data/client/lib/fastcomments-client/models/notification_and_count.rb +285 -0
- data/client/lib/fastcomments-client/models/notification_object_type.rb +41 -0
- data/client/lib/fastcomments-client/models/notification_type.rb +51 -0
- data/client/lib/fastcomments-client/models/patch_domain_config_params.rb +277 -0
- data/client/lib/fastcomments-client/models/patch_page_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb +264 -0
- data/client/lib/fastcomments-client/models/pin_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/pub_sub_comment.rb +803 -0
- data/client/lib/fastcomments-client/models/pub_sub_comment_base.rb +752 -0
- data/client/lib/fastcomments-client/models/pub_sub_vote.rb +415 -0
- data/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb +294 -0
- data/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb +311 -0
- data/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb +285 -0
- data/client/lib/fastcomments-client/models/public_block_from_comment_params.rb +226 -0
- data/client/lib/fastcomments-client/models/public_comment.rb +654 -0
- data/client/lib/fastcomments-client/models/public_comment_base.rb +552 -0
- data/client/lib/fastcomments-client/models/public_feed_posts_response.rb +343 -0
- data/client/lib/fastcomments-client/models/put_sso_user_api_response.rb +265 -0
- data/client/lib/fastcomments-client/models/query_predicate.rb +313 -0
- data/client/lib/fastcomments-client/models/query_predicate_value.rb +105 -0
- data/client/lib/fastcomments-client/models/question_datum.rb +266 -0
- data/client/lib/fastcomments-client/models/question_rendering_type.rb +40 -0
- data/client/lib/fastcomments-client/models/question_result.rb +467 -0
- data/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb +307 -0
- data/client/lib/fastcomments-client/models/question_sub_question_visibility.rb +40 -0
- data/client/lib/fastcomments-client/models/question_when_save.rb +40 -0
- data/client/lib/fastcomments-client/models/react_body_params.rb +220 -0
- data/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/react_feed_post_response.rb +311 -0
- data/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb +263 -0
- data/client/lib/fastcomments-client/models/record_string_string_or_number_value.rb +104 -0
- data/client/lib/fastcomments-client/models/renderable_user_notification.rb +603 -0
- data/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb +45 -0
- data/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb +41 -0
- data/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/reset_user_notifications_response.rb +280 -0
- data/client/lib/fastcomments-client/models/save_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/save_comment_response.rb +309 -0
- data/client/lib/fastcomments-client/models/save_comment_response_optimized.rb +309 -0
- data/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb +325 -0
- data/client/lib/fastcomments-client/models/search_users200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/search_users_response.rb +287 -0
- data/client/lib/fastcomments-client/models/set_comment_text200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/set_comment_text_result.rb +263 -0
- data/client/lib/fastcomments-client/models/size_preset.rb +40 -0
- data/client/lib/fastcomments-client/models/sort_directions.rb +41 -0
- data/client/lib/fastcomments-client/models/sortdir.rb +40 -0
- data/client/lib/fastcomments-client/models/spam_rule.rb +260 -0
- data/client/lib/fastcomments-client/models/sso_security_level.rb +40 -0
- data/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/un_block_from_comment_params.rb +222 -0
- data/client/lib/fastcomments-client/models/unblock_success.rb +288 -0
- data/client/lib/fastcomments-client/models/updatable_comment_params.rb +587 -0
- data/client/lib/fastcomments-client/models/update_api_page_data.rb +258 -0
- data/client/lib/fastcomments-client/models/update_apisso_user_data.rb +393 -0
- data/client/lib/fastcomments-client/models/update_domain_config_params.rb +294 -0
- data/client/lib/fastcomments-client/models/update_feed_post_params.rb +274 -0
- data/client/lib/fastcomments-client/models/update_user_badge200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/update_user_badge_params.rb +220 -0
- data/client/lib/fastcomments-client/models/update_user_notification_status200_response.rb +105 -0
- data/client/lib/fastcomments-client/models/upload_image_response.rb +297 -0
- data/client/lib/fastcomments-client/models/user_badge.rb +582 -0
- data/client/lib/fastcomments-client/models/user_badge_progress.rb +388 -0
- data/client/lib/fastcomments-client/models/user_notification.rb +667 -0
- data/client/lib/fastcomments-client/models/user_notification_write_response.rb +311 -0
- data/client/lib/fastcomments-client/models/user_presence_data.rb +238 -0
- data/client/lib/fastcomments-client/models/user_reacts_response.rb +287 -0
- data/client/lib/fastcomments-client/models/user_search_result.rb +332 -0
- data/client/lib/fastcomments-client/models/user_session_info.rb +335 -0
- data/client/lib/fastcomments-client/models/vote_body_params.rb +297 -0
- data/client/lib/fastcomments-client/models/vote_comment200_response.rb +104 -0
- data/client/lib/fastcomments-client/models/vote_delete_response.rb +268 -0
- data/client/lib/fastcomments-client/models/vote_response.rb +273 -0
- data/client/lib/fastcomments-client/models/vote_response_status.rb +104 -0
- data/client/lib/fastcomments-client/models/vote_response_user.rb +221 -0
- data/client/lib/fastcomments-client/models/vote_style.rb +40 -0
- data/client/lib/fastcomments-client/version.rb +15 -0
- data/client/lib/fastcomments-client.rb +263 -0
- data/client/spec/api/default_api_spec.rb +633 -0
- data/client/spec/api/public_api_spec.rb +545 -0
- data/client/spec/models/add_domain_config200_response_any_of_spec.rb +42 -0
- data/client/spec/models/add_domain_config200_response_spec.rb +21 -0
- data/client/spec/models/add_domain_config_params_spec.rb +72 -0
- data/client/spec/models/add_page_api_response_spec.rb +54 -0
- data/client/spec/models/add_sso_user_api_response_spec.rb +54 -0
- data/client/spec/models/aggregate_question_results200_response_spec.rb +21 -0
- data/client/spec/models/aggregate_question_results_response_spec.rb +42 -0
- data/client/spec/models/aggregate_time_bucket_spec.rb +30 -0
- data/client/spec/models/aggregation_item_spec.rb +36 -0
- data/client/spec/models/aggregation_op_type_spec.rb +30 -0
- data/client/spec/models/aggregation_operation_spec.rb +54 -0
- data/client/spec/models/aggregation_request_sort_spec.rb +46 -0
- data/client/spec/models/aggregation_request_spec.rb +60 -0
- data/client/spec/models/aggregation_response_spec.rb +48 -0
- data/client/spec/models/aggregation_response_stats_spec.rb +42 -0
- data/client/spec/models/aggregation_value_spec.rb +60 -0
- data/client/spec/models/api_audit_log_spec.rb +110 -0
- data/client/spec/models/api_comment_base_spec.rb +348 -0
- data/client/spec/models/api_comment_spec.rb +348 -0
- data/client/spec/models/api_create_user_badge_response_spec.rb +42 -0
- data/client/spec/models/api_empty_response_spec.rb +36 -0
- data/client/spec/models/api_empty_success_response_spec.rb +36 -0
- data/client/spec/models/api_error_spec.rb +78 -0
- data/client/spec/models/api_get_comment_response_spec.rb +42 -0
- data/client/spec/models/api_get_comments_response_spec.rb +42 -0
- data/client/spec/models/api_get_user_badge_progress_list_response_spec.rb +42 -0
- data/client/spec/models/api_get_user_badge_progress_response_spec.rb +42 -0
- data/client/spec/models/api_get_user_badge_response_spec.rb +42 -0
- data/client/spec/models/api_get_user_badges_response_spec.rb +42 -0
- data/client/spec/models/api_page_spec.rb +84 -0
- data/client/spec/models/api_status_spec.rb +30 -0
- data/client/spec/models/api_user_subscription_spec.rb +72 -0
- data/client/spec/models/apisso_user_spec.rb +150 -0
- data/client/spec/models/block_from_comment_params_spec.rb +36 -0
- data/client/spec/models/block_from_comment_public200_response_spec.rb +21 -0
- data/client/spec/models/block_success_spec.rb +42 -0
- data/client/spec/models/bulk_aggregate_question_item_spec.rb +66 -0
- data/client/spec/models/bulk_aggregate_question_results200_response_spec.rb +21 -0
- data/client/spec/models/bulk_aggregate_question_results_request_spec.rb +36 -0
- data/client/spec/models/bulk_aggregate_question_results_response_spec.rb +42 -0
- data/client/spec/models/change_comment_pin_status_response_spec.rb +42 -0
- data/client/spec/models/check_blocked_comments_response_spec.rb +42 -0
- data/client/spec/models/checked_comments_for_blocked200_response_spec.rb +21 -0
- data/client/spec/models/combine_comments_with_question_results200_response_spec.rb +21 -0
- data/client/spec/models/combine_question_results_with_comments_response_spec.rb +42 -0
- data/client/spec/models/comment_data_spec.rb +174 -0
- data/client/spec/models/comment_html_rendering_mode_spec.rb +30 -0
- data/client/spec/models/comment_log_data_spec.rb +292 -0
- data/client/spec/models/comment_log_entry_spec.rb +48 -0
- data/client/spec/models/comment_log_type_spec.rb +30 -0
- data/client/spec/models/comment_question_results_rendering_type_spec.rb +30 -0
- data/client/spec/models/comment_questions_required_spec.rb +30 -0
- data/client/spec/models/comment_text_update_request_spec.rb +48 -0
- data/client/spec/models/comment_thread_deletion_mode_spec.rb +30 -0
- data/client/spec/models/comment_user_badge_info_spec.rb +84 -0
- data/client/spec/models/comment_user_hash_tag_info_spec.rb +54 -0
- data/client/spec/models/comment_user_mention_info_spec.rb +64 -0
- data/client/spec/models/commenter_name_formats_spec.rb +30 -0
- data/client/spec/models/create_api_page_data_spec.rb +66 -0
- data/client/spec/models/create_api_user_subscription_data_spec.rb +60 -0
- data/client/spec/models/create_apisso_user_data_spec.rb +150 -0
- data/client/spec/models/create_comment_params_spec.rb +234 -0
- data/client/spec/models/create_comment_public200_response_spec.rb +21 -0
- data/client/spec/models/create_feed_post200_response_spec.rb +21 -0
- data/client/spec/models/create_feed_post_params_spec.rb +78 -0
- data/client/spec/models/create_feed_post_public200_response_spec.rb +21 -0
- data/client/spec/models/create_feed_post_response_spec.rb +42 -0
- data/client/spec/models/create_feed_posts_response_spec.rb +42 -0
- data/client/spec/models/create_subscription_api_response_spec.rb +54 -0
- data/client/spec/models/create_user_badge200_response_spec.rb +21 -0
- data/client/spec/models/create_user_badge_params_spec.rb +48 -0
- data/client/spec/models/custom_config_parameters_spec.rb +462 -0
- data/client/spec/models/delete_comment200_response_spec.rb +21 -0
- data/client/spec/models/delete_comment_action_spec.rb +30 -0
- data/client/spec/models/delete_comment_public200_response_spec.rb +21 -0
- data/client/spec/models/delete_comment_result_spec.rb +42 -0
- data/client/spec/models/delete_comment_vote200_response_spec.rb +21 -0
- data/client/spec/models/delete_domain_config200_response_spec.rb +36 -0
- data/client/spec/models/delete_feed_post_public200_response_any_of_spec.rb +36 -0
- data/client/spec/models/delete_feed_post_public200_response_spec.rb +21 -0
- data/client/spec/models/delete_page_api_response_spec.rb +48 -0
- data/client/spec/models/delete_sso_user_api_response_spec.rb +54 -0
- data/client/spec/models/delete_subscription_api_response_spec.rb +48 -0
- data/client/spec/models/deleted_comment_result_comment_spec.rb +54 -0
- data/client/spec/models/event_log_entry_spec.rb +66 -0
- data/client/spec/models/f_comment_meta_spec.rb +42 -0
- data/client/spec/models/f_comment_spec.rb +456 -0
- data/client/spec/models/feed_post_link_spec.rb +54 -0
- data/client/spec/models/feed_post_media_item_asset_spec.rb +48 -0
- data/client/spec/models/feed_post_media_item_spec.rb +48 -0
- data/client/spec/models/feed_post_spec.rb +126 -0
- data/client/spec/models/feed_post_stats_spec.rb +42 -0
- data/client/spec/models/feed_posts_stats_response_spec.rb +42 -0
- data/client/spec/models/find_comments_by_range_item_spec.rb +42 -0
- data/client/spec/models/find_comments_by_range_response_spec.rb +42 -0
- data/client/spec/models/flag_comment200_response_spec.rb +21 -0
- data/client/spec/models/flag_comment_public200_response_spec.rb +21 -0
- data/client/spec/models/flag_comment_response_spec.rb +60 -0
- data/client/spec/models/get_audit_logs200_response_spec.rb +21 -0
- data/client/spec/models/get_audit_logs_response_spec.rb +42 -0
- data/client/spec/models/get_comment200_response_spec.rb +21 -0
- data/client/spec/models/get_comment_text200_response_spec.rb +21 -0
- data/client/spec/models/get_comment_vote_user_names200_response_spec.rb +21 -0
- data/client/spec/models/get_comment_vote_user_names_success_response_spec.rb +48 -0
- data/client/spec/models/get_comments200_response_spec.rb +21 -0
- data/client/spec/models/get_comments_public200_response_spec.rb +21 -0
- data/client/spec/models/get_comments_response_public_comment_spec.rb +174 -0
- data/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb +192 -0
- data/client/spec/models/get_domain_config200_response_spec.rb +21 -0
- data/client/spec/models/get_domain_configs200_response_any_of1_spec.rb +48 -0
- data/client/spec/models/get_domain_configs200_response_any_of_spec.rb +42 -0
- data/client/spec/models/get_domain_configs200_response_spec.rb +21 -0
- data/client/spec/models/get_event_log200_response_spec.rb +21 -0
- data/client/spec/models/get_event_log_response_spec.rb +42 -0
- data/client/spec/models/get_feed_posts200_response_spec.rb +21 -0
- data/client/spec/models/get_feed_posts_public200_response_spec.rb +21 -0
- data/client/spec/models/get_feed_posts_response_spec.rb +42 -0
- data/client/spec/models/get_feed_posts_stats200_response_spec.rb +21 -0
- data/client/spec/models/get_my_notifications_response_spec.rb +60 -0
- data/client/spec/models/get_page_by_urlid_api_response_spec.rb +54 -0
- data/client/spec/models/get_pages_api_response_spec.rb +54 -0
- data/client/spec/models/get_public_feed_posts_response_spec.rb +48 -0
- data/client/spec/models/get_sso_user_by_email_api_response_spec.rb +54 -0
- data/client/spec/models/get_sso_user_by_id_api_response_spec.rb +54 -0
- data/client/spec/models/get_sso_users200_response_spec.rb +42 -0
- data/client/spec/models/get_subscriptions_api_response_spec.rb +54 -0
- data/client/spec/models/get_user_badge200_response_spec.rb +21 -0
- data/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb +21 -0
- data/client/spec/models/get_user_badge_progress_list200_response_spec.rb +21 -0
- data/client/spec/models/get_user_badges200_response_spec.rb +21 -0
- data/client/spec/models/get_user_notification_count200_response_spec.rb +21 -0
- data/client/spec/models/get_user_notification_count_response_spec.rb +42 -0
- data/client/spec/models/get_user_notifications200_response_spec.rb +21 -0
- data/client/spec/models/get_user_presence_statuses200_response_spec.rb +21 -0
- data/client/spec/models/get_user_presence_statuses_response_spec.rb +42 -0
- data/client/spec/models/get_user_reacts_public200_response_spec.rb +21 -0
- data/client/spec/models/gif_rating_spec.rb +30 -0
- data/client/spec/models/header_state_spec.rb +60 -0
- data/client/spec/models/ignored_response_spec.rb +46 -0
- data/client/spec/models/image_content_profanity_level_spec.rb +30 -0
- data/client/spec/models/live_event_extra_info_spec.rb +36 -0
- data/client/spec/models/live_event_spec.rb +126 -0
- data/client/spec/models/live_event_type_spec.rb +30 -0
- data/client/spec/models/lock_comment200_response_spec.rb +21 -0
- data/client/spec/models/media_asset_spec.rb +48 -0
- data/client/spec/models/meta_item_spec.rb +42 -0
- data/client/spec/models/notification_and_count_spec.rb +42 -0
- data/client/spec/models/notification_object_type_spec.rb +30 -0
- data/client/spec/models/notification_type_spec.rb +30 -0
- data/client/spec/models/patch_domain_config_params_spec.rb +72 -0
- data/client/spec/models/patch_page_api_response_spec.rb +54 -0
- data/client/spec/models/patch_sso_user_api_response_spec.rb +54 -0
- data/client/spec/models/pin_comment200_response_spec.rb +21 -0
- data/client/spec/models/pub_sub_comment_base_spec.rb +270 -0
- data/client/spec/models/pub_sub_comment_spec.rb +288 -0
- data/client/spec/models/pub_sub_vote_spec.rb +84 -0
- data/client/spec/models/public_api_delete_comment_response_spec.rb +48 -0
- data/client/spec/models/public_api_get_comment_text_response_spec.rb +48 -0
- data/client/spec/models/public_api_set_comment_text_response_spec.rb +42 -0
- data/client/spec/models/public_block_from_comment_params_spec.rb +36 -0
- data/client/spec/models/public_comment_base_spec.rb +198 -0
- data/client/spec/models/public_comment_spec.rb +258 -0
- data/client/spec/models/public_feed_posts_response_spec.rb +72 -0
- data/client/spec/models/put_sso_user_api_response_spec.rb +54 -0
- data/client/spec/models/query_predicate_spec.rb +52 -0
- data/client/spec/models/query_predicate_value_spec.rb +21 -0
- data/client/spec/models/question_datum_spec.rb +42 -0
- data/client/spec/models/question_rendering_type_spec.rb +30 -0
- data/client/spec/models/question_result_aggregation_overall_spec.rb +66 -0
- data/client/spec/models/question_result_spec.rb +96 -0
- data/client/spec/models/question_sub_question_visibility_spec.rb +30 -0
- data/client/spec/models/question_when_save_spec.rb +30 -0
- data/client/spec/models/react_body_params_spec.rb +36 -0
- data/client/spec/models/react_feed_post_public200_response_spec.rb +21 -0
- data/client/spec/models/react_feed_post_response_spec.rb +48 -0
- data/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb +42 -0
- data/client/spec/models/record_string_string_or_number_value_spec.rb +21 -0
- data/client/spec/models/renderable_user_notification_spec.rb +156 -0
- data/client/spec/models/repeat_comment_check_ignored_reason_spec.rb +30 -0
- data/client/spec/models/repeat_comment_handling_action_spec.rb +30 -0
- data/client/spec/models/reset_user_notifications200_response_spec.rb +21 -0
- data/client/spec/models/reset_user_notifications_response_spec.rb +46 -0
- data/client/spec/models/save_comment200_response_spec.rb +21 -0
- data/client/spec/models/save_comment_response_optimized_spec.rb +54 -0
- data/client/spec/models/save_comment_response_spec.rb +54 -0
- data/client/spec/models/save_comments_response_with_presence_spec.rb +60 -0
- data/client/spec/models/search_users200_response_spec.rb +21 -0
- data/client/spec/models/search_users_response_spec.rb +42 -0
- data/client/spec/models/set_comment_text200_response_spec.rb +21 -0
- data/client/spec/models/set_comment_text_result_spec.rb +42 -0
- data/client/spec/models/size_preset_spec.rb +30 -0
- data/client/spec/models/sort_directions_spec.rb +30 -0
- data/client/spec/models/sortdir_spec.rb +30 -0
- data/client/spec/models/spam_rule_spec.rb +46 -0
- data/client/spec/models/sso_security_level_spec.rb +30 -0
- data/client/spec/models/un_block_comment_public200_response_spec.rb +21 -0
- data/client/spec/models/un_block_from_comment_params_spec.rb +36 -0
- data/client/spec/models/unblock_success_spec.rb +42 -0
- data/client/spec/models/updatable_comment_params_spec.rb +264 -0
- data/client/spec/models/update_api_page_data_spec.rb +60 -0
- data/client/spec/models/update_apisso_user_data_spec.rb +150 -0
- data/client/spec/models/update_domain_config_params_spec.rb +72 -0
- data/client/spec/models/update_feed_post_params_spec.rb +66 -0
- data/client/spec/models/update_user_badge200_response_spec.rb +21 -0
- data/client/spec/models/update_user_badge_params_spec.rb +36 -0
- data/client/spec/models/update_user_notification_status200_response_spec.rb +21 -0
- data/client/spec/models/upload_image_response_spec.rb +60 -0
- data/client/spec/models/user_badge_progress_spec.rb +78 -0
- data/client/spec/models/user_badge_spec.rb +138 -0
- data/client/spec/models/user_notification_spec.rb +174 -0
- data/client/spec/models/user_notification_write_response_spec.rb +48 -0
- data/client/spec/models/user_presence_data_spec.rb +48 -0
- data/client/spec/models/user_reacts_response_spec.rb +42 -0
- data/client/spec/models/user_search_result_spec.rb +64 -0
- data/client/spec/models/user_session_info_spec.rb +108 -0
- data/client/spec/models/vote_body_params_spec.rb +58 -0
- data/client/spec/models/vote_comment200_response_spec.rb +21 -0
- data/client/spec/models/vote_delete_response_spec.rb +42 -0
- data/client/spec/models/vote_response_spec.rb +60 -0
- data/client/spec/models/vote_response_status_spec.rb +21 -0
- data/client/spec/models/vote_response_user_spec.rb +36 -0
- data/client/spec/models/vote_style_spec.rb +30 -0
- data/client/spec/spec_helper.rb +111 -0
- data/lib/fastcomments/sso/fastcomments_sso.rb +81 -0
- data/lib/fastcomments/sso/helpers.rb +26 -0
- data/lib/fastcomments/sso/secure_sso_payload.rb +23 -0
- data/lib/fastcomments/sso/secure_sso_user_data.rb +31 -0
- data/lib/fastcomments/sso/simple_sso_user_data.rb +23 -0
- data/lib/fastcomments.rb +9 -0
- metadata +787 -0
data/client/README.md
ADDED
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
# fastcomments-client
|
|
2
|
+
|
|
3
|
+
FastCommentsClient - the Ruby gem for the fastcomments
|
|
4
|
+
|
|
5
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
|
|
7
|
+
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
|
+
|
|
9
|
+
- API version: 0.0.0
|
|
10
|
+
- Package version: 0.1.0
|
|
11
|
+
- Generator version: 7.14.0
|
|
12
|
+
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
### Build a gem
|
|
17
|
+
|
|
18
|
+
To build the Ruby code into a gem:
|
|
19
|
+
|
|
20
|
+
```shell
|
|
21
|
+
gem build fastcomments-client.gemspec
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Then either install the gem locally:
|
|
25
|
+
|
|
26
|
+
```shell
|
|
27
|
+
gem install ./fastcomments-client-0.1.0.gem
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
(for development, run `gem install --dev ./fastcomments-client-0.1.0.gem` to install the development dependencies)
|
|
31
|
+
|
|
32
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
|
+
|
|
34
|
+
Finally add this to the Gemfile:
|
|
35
|
+
|
|
36
|
+
gem 'fastcomments-client', '~> 0.1.0'
|
|
37
|
+
|
|
38
|
+
### Install from Git
|
|
39
|
+
|
|
40
|
+
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:
|
|
41
|
+
|
|
42
|
+
gem 'fastcomments-client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
|
43
|
+
|
|
44
|
+
### Include the Ruby code directly
|
|
45
|
+
|
|
46
|
+
Include the Ruby code directly using `-I` as follows:
|
|
47
|
+
|
|
48
|
+
```shell
|
|
49
|
+
ruby -Ilib script.rb
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Getting Started
|
|
53
|
+
|
|
54
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
|
55
|
+
|
|
56
|
+
```ruby
|
|
57
|
+
# Load the gem
|
|
58
|
+
require 'fastcomments-client'
|
|
59
|
+
|
|
60
|
+
# Setup authorization
|
|
61
|
+
FastCommentsClient.configure do |config|
|
|
62
|
+
# Configure API key authorization: api_key
|
|
63
|
+
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
64
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
65
|
+
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
api_instance = FastCommentsClient::DefaultApi.new
|
|
69
|
+
tenant_id = 'tenant_id_example' # String |
|
|
70
|
+
add_domain_config_params = FastCommentsClient::AddDomainConfigParams.new({domain: 'domain_example'}) # AddDomainConfigParams |
|
|
71
|
+
|
|
72
|
+
begin
|
|
73
|
+
result = api_instance.add_domain_config(tenant_id, add_domain_config_params)
|
|
74
|
+
p result
|
|
75
|
+
rescue FastCommentsClient::ApiError => e
|
|
76
|
+
puts "Exception when calling DefaultApi->add_domain_config: #{e}"
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Documentation for API Endpoints
|
|
82
|
+
|
|
83
|
+
All URIs are relative to *https://fastcomments.com*
|
|
84
|
+
|
|
85
|
+
Class | Method | HTTP request | Description
|
|
86
|
+
------------ | ------------- | ------------- | -------------
|
|
87
|
+
*FastCommentsClient::DefaultApi* | [**add_domain_config**](docs/DefaultApi.md#add_domain_config) | **POST** /api/v1/domain-configs |
|
|
88
|
+
*FastCommentsClient::DefaultApi* | [**add_page**](docs/DefaultApi.md#add_page) | **POST** /api/v1/pages |
|
|
89
|
+
*FastCommentsClient::DefaultApi* | [**add_sso_user**](docs/DefaultApi.md#add_sso_user) | **POST** /api/v1/sso-users |
|
|
90
|
+
*FastCommentsClient::DefaultApi* | [**aggregate**](docs/DefaultApi.md#aggregate) | **POST** /api/v1/aggregate |
|
|
91
|
+
*FastCommentsClient::DefaultApi* | [**aggregate_question_results**](docs/DefaultApi.md#aggregate_question_results) | **GET** /api/v1/question-results-aggregation |
|
|
92
|
+
*FastCommentsClient::DefaultApi* | [**block_user_from_comment**](docs/DefaultApi.md#block_user_from_comment) | **POST** /api/v1/comments/{id}/block |
|
|
93
|
+
*FastCommentsClient::DefaultApi* | [**bulk_aggregate_question_results**](docs/DefaultApi.md#bulk_aggregate_question_results) | **POST** /api/v1/question-results-aggregation/bulk |
|
|
94
|
+
*FastCommentsClient::DefaultApi* | [**combine_comments_with_question_results**](docs/DefaultApi.md#combine_comments_with_question_results) | **GET** /api/v1/question-results-aggregation/combine/comments |
|
|
95
|
+
*FastCommentsClient::DefaultApi* | [**create_feed_post**](docs/DefaultApi.md#create_feed_post) | **POST** /api/v1/feed-posts |
|
|
96
|
+
*FastCommentsClient::DefaultApi* | [**create_subscription**](docs/DefaultApi.md#create_subscription) | **POST** /api/v1/subscriptions |
|
|
97
|
+
*FastCommentsClient::DefaultApi* | [**create_user_badge**](docs/DefaultApi.md#create_user_badge) | **POST** /api/v1/user-badges |
|
|
98
|
+
*FastCommentsClient::DefaultApi* | [**delete_comment**](docs/DefaultApi.md#delete_comment) | **DELETE** /api/v1/comments/{id} |
|
|
99
|
+
*FastCommentsClient::DefaultApi* | [**delete_domain_config**](docs/DefaultApi.md#delete_domain_config) | **DELETE** /api/v1/domain-configs/{domain} |
|
|
100
|
+
*FastCommentsClient::DefaultApi* | [**delete_page**](docs/DefaultApi.md#delete_page) | **DELETE** /api/v1/pages/{id} |
|
|
101
|
+
*FastCommentsClient::DefaultApi* | [**delete_sso_user**](docs/DefaultApi.md#delete_sso_user) | **DELETE** /api/v1/sso-users/{id} |
|
|
102
|
+
*FastCommentsClient::DefaultApi* | [**delete_subscription**](docs/DefaultApi.md#delete_subscription) | **DELETE** /api/v1/subscriptions/{id} |
|
|
103
|
+
*FastCommentsClient::DefaultApi* | [**delete_user_badge**](docs/DefaultApi.md#delete_user_badge) | **DELETE** /api/v1/user-badges/{id} |
|
|
104
|
+
*FastCommentsClient::DefaultApi* | [**flag_comment**](docs/DefaultApi.md#flag_comment) | **POST** /api/v1/comments/{id}/flag |
|
|
105
|
+
*FastCommentsClient::DefaultApi* | [**get_audit_logs**](docs/DefaultApi.md#get_audit_logs) | **GET** /api/v1/audit-logs |
|
|
106
|
+
*FastCommentsClient::DefaultApi* | [**get_comment**](docs/DefaultApi.md#get_comment) | **GET** /api/v1/comments/{id} |
|
|
107
|
+
*FastCommentsClient::DefaultApi* | [**get_comments**](docs/DefaultApi.md#get_comments) | **GET** /api/v1/comments |
|
|
108
|
+
*FastCommentsClient::DefaultApi* | [**get_domain_config**](docs/DefaultApi.md#get_domain_config) | **GET** /api/v1/domain-configs/{domain} |
|
|
109
|
+
*FastCommentsClient::DefaultApi* | [**get_domain_configs**](docs/DefaultApi.md#get_domain_configs) | **GET** /api/v1/domain-configs |
|
|
110
|
+
*FastCommentsClient::DefaultApi* | [**get_feed_posts**](docs/DefaultApi.md#get_feed_posts) | **GET** /api/v1/feed-posts |
|
|
111
|
+
*FastCommentsClient::DefaultApi* | [**get_page_by_urlid**](docs/DefaultApi.md#get_page_by_urlid) | **GET** /api/v1/pages/by-url-id |
|
|
112
|
+
*FastCommentsClient::DefaultApi* | [**get_pages**](docs/DefaultApi.md#get_pages) | **GET** /api/v1/pages |
|
|
113
|
+
*FastCommentsClient::DefaultApi* | [**get_sso_user_by_email**](docs/DefaultApi.md#get_sso_user_by_email) | **GET** /api/v1/sso-users/by-email/{email} |
|
|
114
|
+
*FastCommentsClient::DefaultApi* | [**get_sso_user_by_id**](docs/DefaultApi.md#get_sso_user_by_id) | **GET** /api/v1/sso-users/by-id/{id} |
|
|
115
|
+
*FastCommentsClient::DefaultApi* | [**get_sso_users**](docs/DefaultApi.md#get_sso_users) | **GET** /api/v1/sso-users |
|
|
116
|
+
*FastCommentsClient::DefaultApi* | [**get_subscriptions**](docs/DefaultApi.md#get_subscriptions) | **GET** /api/v1/subscriptions |
|
|
117
|
+
*FastCommentsClient::DefaultApi* | [**get_user_badge**](docs/DefaultApi.md#get_user_badge) | **GET** /api/v1/user-badges/{id} |
|
|
118
|
+
*FastCommentsClient::DefaultApi* | [**get_user_badge_progress_by_id**](docs/DefaultApi.md#get_user_badge_progress_by_id) | **GET** /api/v1/user-badge-progress/{id} |
|
|
119
|
+
*FastCommentsClient::DefaultApi* | [**get_user_badge_progress_by_user_id**](docs/DefaultApi.md#get_user_badge_progress_by_user_id) | **GET** /api/v1/user-badge-progress/user/{userId} |
|
|
120
|
+
*FastCommentsClient::DefaultApi* | [**get_user_badge_progress_list**](docs/DefaultApi.md#get_user_badge_progress_list) | **GET** /api/v1/user-badge-progress |
|
|
121
|
+
*FastCommentsClient::DefaultApi* | [**get_user_badges**](docs/DefaultApi.md#get_user_badges) | **GET** /api/v1/user-badges |
|
|
122
|
+
*FastCommentsClient::DefaultApi* | [**patch_domain_config**](docs/DefaultApi.md#patch_domain_config) | **PATCH** /api/v1/domain-configs/{domainToUpdate} |
|
|
123
|
+
*FastCommentsClient::DefaultApi* | [**patch_page**](docs/DefaultApi.md#patch_page) | **PATCH** /api/v1/pages/{id} |
|
|
124
|
+
*FastCommentsClient::DefaultApi* | [**patch_sso_user**](docs/DefaultApi.md#patch_sso_user) | **PATCH** /api/v1/sso-users/{id} |
|
|
125
|
+
*FastCommentsClient::DefaultApi* | [**put_domain_config**](docs/DefaultApi.md#put_domain_config) | **PUT** /api/v1/domain-configs/{domainToUpdate} |
|
|
126
|
+
*FastCommentsClient::DefaultApi* | [**put_sso_user**](docs/DefaultApi.md#put_sso_user) | **PUT** /api/v1/sso-users/{id} |
|
|
127
|
+
*FastCommentsClient::DefaultApi* | [**save_comment**](docs/DefaultApi.md#save_comment) | **POST** /api/v1/comments |
|
|
128
|
+
*FastCommentsClient::DefaultApi* | [**save_comments_bulk**](docs/DefaultApi.md#save_comments_bulk) | **POST** /api/v1/comments/bulk |
|
|
129
|
+
*FastCommentsClient::DefaultApi* | [**un_block_user_from_comment**](docs/DefaultApi.md#un_block_user_from_comment) | **POST** /api/v1/comments/{id}/un-block |
|
|
130
|
+
*FastCommentsClient::DefaultApi* | [**un_flag_comment**](docs/DefaultApi.md#un_flag_comment) | **POST** /api/v1/comments/{id}/un-flag |
|
|
131
|
+
*FastCommentsClient::DefaultApi* | [**update_comment**](docs/DefaultApi.md#update_comment) | **PATCH** /api/v1/comments/{id} |
|
|
132
|
+
*FastCommentsClient::DefaultApi* | [**update_feed_post**](docs/DefaultApi.md#update_feed_post) | **PATCH** /api/v1/feed-posts/{id} |
|
|
133
|
+
*FastCommentsClient::DefaultApi* | [**update_user_badge**](docs/DefaultApi.md#update_user_badge) | **PUT** /api/v1/user-badges/{id} |
|
|
134
|
+
*FastCommentsClient::PublicApi* | [**block_from_comment_public**](docs/PublicApi.md#block_from_comment_public) | **POST** /block-from-comment/{commentId} |
|
|
135
|
+
*FastCommentsClient::PublicApi* | [**checked_comments_for_blocked**](docs/PublicApi.md#checked_comments_for_blocked) | **GET** /check-blocked-comments |
|
|
136
|
+
*FastCommentsClient::PublicApi* | [**create_comment_public**](docs/PublicApi.md#create_comment_public) | **POST** /comments/{tenantId} |
|
|
137
|
+
*FastCommentsClient::PublicApi* | [**create_feed_post_public**](docs/PublicApi.md#create_feed_post_public) | **POST** /feed-posts/{tenantId} |
|
|
138
|
+
*FastCommentsClient::PublicApi* | [**delete_comment_public**](docs/PublicApi.md#delete_comment_public) | **DELETE** /comments/{tenantId}/{commentId} |
|
|
139
|
+
*FastCommentsClient::PublicApi* | [**delete_comment_vote**](docs/PublicApi.md#delete_comment_vote) | **DELETE** /comments/{tenantId}/{commentId}/vote/{voteId} |
|
|
140
|
+
*FastCommentsClient::PublicApi* | [**delete_feed_post_public**](docs/PublicApi.md#delete_feed_post_public) | **DELETE** /feed-posts/{tenantId}/{postId} |
|
|
141
|
+
*FastCommentsClient::PublicApi* | [**flag_comment_public**](docs/PublicApi.md#flag_comment_public) | **POST** /flag-comment/{commentId} |
|
|
142
|
+
*FastCommentsClient::PublicApi* | [**get_comment_text**](docs/PublicApi.md#get_comment_text) | **GET** /comments/{tenantId}/{commentId}/text |
|
|
143
|
+
*FastCommentsClient::PublicApi* | [**get_comment_vote_user_names**](docs/PublicApi.md#get_comment_vote_user_names) | **GET** /comments/{tenantId}/{commentId}/votes |
|
|
144
|
+
*FastCommentsClient::PublicApi* | [**get_comments_public**](docs/PublicApi.md#get_comments_public) | **GET** /comments/{tenantId} |
|
|
145
|
+
*FastCommentsClient::PublicApi* | [**get_event_log**](docs/PublicApi.md#get_event_log) | **GET** /event-log/{tenantId} |
|
|
146
|
+
*FastCommentsClient::PublicApi* | [**get_feed_posts_public**](docs/PublicApi.md#get_feed_posts_public) | **GET** /feed-posts/{tenantId} |
|
|
147
|
+
*FastCommentsClient::PublicApi* | [**get_feed_posts_stats**](docs/PublicApi.md#get_feed_posts_stats) | **GET** /feed-posts/{tenantId}/stats |
|
|
148
|
+
*FastCommentsClient::PublicApi* | [**get_global_event_log**](docs/PublicApi.md#get_global_event_log) | **GET** /event-log/global/{tenantId} |
|
|
149
|
+
*FastCommentsClient::PublicApi* | [**get_user_notification_count**](docs/PublicApi.md#get_user_notification_count) | **GET** /user-notifications/get-count |
|
|
150
|
+
*FastCommentsClient::PublicApi* | [**get_user_notifications**](docs/PublicApi.md#get_user_notifications) | **GET** /user-notifications |
|
|
151
|
+
*FastCommentsClient::PublicApi* | [**get_user_presence_statuses**](docs/PublicApi.md#get_user_presence_statuses) | **GET** /user-presence-status |
|
|
152
|
+
*FastCommentsClient::PublicApi* | [**get_user_reacts_public**](docs/PublicApi.md#get_user_reacts_public) | **GET** /feed-posts/{tenantId}/user-reacts |
|
|
153
|
+
*FastCommentsClient::PublicApi* | [**lock_comment**](docs/PublicApi.md#lock_comment) | **POST** /comments/{tenantId}/{commentId}/lock |
|
|
154
|
+
*FastCommentsClient::PublicApi* | [**pin_comment**](docs/PublicApi.md#pin_comment) | **POST** /comments/{tenantId}/{commentId}/pin |
|
|
155
|
+
*FastCommentsClient::PublicApi* | [**react_feed_post_public**](docs/PublicApi.md#react_feed_post_public) | **POST** /feed-posts/{tenantId}/react/{postId} |
|
|
156
|
+
*FastCommentsClient::PublicApi* | [**reset_user_notification_count**](docs/PublicApi.md#reset_user_notification_count) | **POST** /user-notifications/reset-count |
|
|
157
|
+
*FastCommentsClient::PublicApi* | [**reset_user_notifications**](docs/PublicApi.md#reset_user_notifications) | **POST** /user-notifications/reset |
|
|
158
|
+
*FastCommentsClient::PublicApi* | [**search_users**](docs/PublicApi.md#search_users) | **GET** /user-search/{tenantId} |
|
|
159
|
+
*FastCommentsClient::PublicApi* | [**set_comment_text**](docs/PublicApi.md#set_comment_text) | **POST** /comments/{tenantId}/{commentId}/update-text |
|
|
160
|
+
*FastCommentsClient::PublicApi* | [**un_block_comment_public**](docs/PublicApi.md#un_block_comment_public) | **DELETE** /block-from-comment/{commentId} |
|
|
161
|
+
*FastCommentsClient::PublicApi* | [**un_lock_comment**](docs/PublicApi.md#un_lock_comment) | **POST** /comments/{tenantId}/{commentId}/unlock |
|
|
162
|
+
*FastCommentsClient::PublicApi* | [**un_pin_comment**](docs/PublicApi.md#un_pin_comment) | **POST** /comments/{tenantId}/{commentId}/unpin |
|
|
163
|
+
*FastCommentsClient::PublicApi* | [**update_feed_post_public**](docs/PublicApi.md#update_feed_post_public) | **PUT** /feed-posts/{tenantId}/{postId} |
|
|
164
|
+
*FastCommentsClient::PublicApi* | [**update_user_notification_comment_subscription_status**](docs/PublicApi.md#update_user_notification_comment_subscription_status) | **POST** /user-notifications/{notificationId}/mark-opted/{optedInOrOut} |
|
|
165
|
+
*FastCommentsClient::PublicApi* | [**update_user_notification_page_subscription_status**](docs/PublicApi.md#update_user_notification_page_subscription_status) | **POST** /user-notifications/set-subscription-state/{subscribedOrUnsubscribed} |
|
|
166
|
+
*FastCommentsClient::PublicApi* | [**update_user_notification_status**](docs/PublicApi.md#update_user_notification_status) | **POST** /user-notifications/{notificationId}/mark/{newStatus} |
|
|
167
|
+
*FastCommentsClient::PublicApi* | [**upload_image**](docs/PublicApi.md#upload_image) | **POST** /upload-image/{tenantId} |
|
|
168
|
+
*FastCommentsClient::PublicApi* | [**vote_comment**](docs/PublicApi.md#vote_comment) | **POST** /comments/{tenantId}/{commentId}/vote |
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## Documentation for Models
|
|
172
|
+
|
|
173
|
+
- [FastCommentsClient::APIAuditLog](docs/APIAuditLog.md)
|
|
174
|
+
- [FastCommentsClient::APIComment](docs/APIComment.md)
|
|
175
|
+
- [FastCommentsClient::APICommentBase](docs/APICommentBase.md)
|
|
176
|
+
- [FastCommentsClient::APICreateUserBadgeResponse](docs/APICreateUserBadgeResponse.md)
|
|
177
|
+
- [FastCommentsClient::APIEmptyResponse](docs/APIEmptyResponse.md)
|
|
178
|
+
- [FastCommentsClient::APIEmptySuccessResponse](docs/APIEmptySuccessResponse.md)
|
|
179
|
+
- [FastCommentsClient::APIError](docs/APIError.md)
|
|
180
|
+
- [FastCommentsClient::APIGetCommentResponse](docs/APIGetCommentResponse.md)
|
|
181
|
+
- [FastCommentsClient::APIGetCommentsResponse](docs/APIGetCommentsResponse.md)
|
|
182
|
+
- [FastCommentsClient::APIGetUserBadgeProgressListResponse](docs/APIGetUserBadgeProgressListResponse.md)
|
|
183
|
+
- [FastCommentsClient::APIGetUserBadgeProgressResponse](docs/APIGetUserBadgeProgressResponse.md)
|
|
184
|
+
- [FastCommentsClient::APIGetUserBadgeResponse](docs/APIGetUserBadgeResponse.md)
|
|
185
|
+
- [FastCommentsClient::APIGetUserBadgesResponse](docs/APIGetUserBadgesResponse.md)
|
|
186
|
+
- [FastCommentsClient::APIPage](docs/APIPage.md)
|
|
187
|
+
- [FastCommentsClient::APISSOUser](docs/APISSOUser.md)
|
|
188
|
+
- [FastCommentsClient::APIStatus](docs/APIStatus.md)
|
|
189
|
+
- [FastCommentsClient::APIUserSubscription](docs/APIUserSubscription.md)
|
|
190
|
+
- [FastCommentsClient::AddDomainConfig200Response](docs/AddDomainConfig200Response.md)
|
|
191
|
+
- [FastCommentsClient::AddDomainConfig200ResponseAnyOf](docs/AddDomainConfig200ResponseAnyOf.md)
|
|
192
|
+
- [FastCommentsClient::AddDomainConfigParams](docs/AddDomainConfigParams.md)
|
|
193
|
+
- [FastCommentsClient::AddPageAPIResponse](docs/AddPageAPIResponse.md)
|
|
194
|
+
- [FastCommentsClient::AddSSOUserAPIResponse](docs/AddSSOUserAPIResponse.md)
|
|
195
|
+
- [FastCommentsClient::AggregateQuestionResults200Response](docs/AggregateQuestionResults200Response.md)
|
|
196
|
+
- [FastCommentsClient::AggregateQuestionResultsResponse](docs/AggregateQuestionResultsResponse.md)
|
|
197
|
+
- [FastCommentsClient::AggregateTimeBucket](docs/AggregateTimeBucket.md)
|
|
198
|
+
- [FastCommentsClient::AggregationItem](docs/AggregationItem.md)
|
|
199
|
+
- [FastCommentsClient::AggregationOpType](docs/AggregationOpType.md)
|
|
200
|
+
- [FastCommentsClient::AggregationOperation](docs/AggregationOperation.md)
|
|
201
|
+
- [FastCommentsClient::AggregationRequest](docs/AggregationRequest.md)
|
|
202
|
+
- [FastCommentsClient::AggregationRequestSort](docs/AggregationRequestSort.md)
|
|
203
|
+
- [FastCommentsClient::AggregationResponse](docs/AggregationResponse.md)
|
|
204
|
+
- [FastCommentsClient::AggregationResponseStats](docs/AggregationResponseStats.md)
|
|
205
|
+
- [FastCommentsClient::AggregationValue](docs/AggregationValue.md)
|
|
206
|
+
- [FastCommentsClient::BlockFromCommentParams](docs/BlockFromCommentParams.md)
|
|
207
|
+
- [FastCommentsClient::BlockFromCommentPublic200Response](docs/BlockFromCommentPublic200Response.md)
|
|
208
|
+
- [FastCommentsClient::BlockSuccess](docs/BlockSuccess.md)
|
|
209
|
+
- [FastCommentsClient::BulkAggregateQuestionItem](docs/BulkAggregateQuestionItem.md)
|
|
210
|
+
- [FastCommentsClient::BulkAggregateQuestionResults200Response](docs/BulkAggregateQuestionResults200Response.md)
|
|
211
|
+
- [FastCommentsClient::BulkAggregateQuestionResultsRequest](docs/BulkAggregateQuestionResultsRequest.md)
|
|
212
|
+
- [FastCommentsClient::BulkAggregateQuestionResultsResponse](docs/BulkAggregateQuestionResultsResponse.md)
|
|
213
|
+
- [FastCommentsClient::ChangeCommentPinStatusResponse](docs/ChangeCommentPinStatusResponse.md)
|
|
214
|
+
- [FastCommentsClient::CheckBlockedCommentsResponse](docs/CheckBlockedCommentsResponse.md)
|
|
215
|
+
- [FastCommentsClient::CheckedCommentsForBlocked200Response](docs/CheckedCommentsForBlocked200Response.md)
|
|
216
|
+
- [FastCommentsClient::CombineCommentsWithQuestionResults200Response](docs/CombineCommentsWithQuestionResults200Response.md)
|
|
217
|
+
- [FastCommentsClient::CombineQuestionResultsWithCommentsResponse](docs/CombineQuestionResultsWithCommentsResponse.md)
|
|
218
|
+
- [FastCommentsClient::CommentData](docs/CommentData.md)
|
|
219
|
+
- [FastCommentsClient::CommentHTMLRenderingMode](docs/CommentHTMLRenderingMode.md)
|
|
220
|
+
- [FastCommentsClient::CommentLogData](docs/CommentLogData.md)
|
|
221
|
+
- [FastCommentsClient::CommentLogEntry](docs/CommentLogEntry.md)
|
|
222
|
+
- [FastCommentsClient::CommentLogType](docs/CommentLogType.md)
|
|
223
|
+
- [FastCommentsClient::CommentQuestionResultsRenderingType](docs/CommentQuestionResultsRenderingType.md)
|
|
224
|
+
- [FastCommentsClient::CommentQuestionsRequired](docs/CommentQuestionsRequired.md)
|
|
225
|
+
- [FastCommentsClient::CommentTextUpdateRequest](docs/CommentTextUpdateRequest.md)
|
|
226
|
+
- [FastCommentsClient::CommentThreadDeletionMode](docs/CommentThreadDeletionMode.md)
|
|
227
|
+
- [FastCommentsClient::CommentUserBadgeInfo](docs/CommentUserBadgeInfo.md)
|
|
228
|
+
- [FastCommentsClient::CommentUserHashTagInfo](docs/CommentUserHashTagInfo.md)
|
|
229
|
+
- [FastCommentsClient::CommentUserMentionInfo](docs/CommentUserMentionInfo.md)
|
|
230
|
+
- [FastCommentsClient::CommenterNameFormats](docs/CommenterNameFormats.md)
|
|
231
|
+
- [FastCommentsClient::CreateAPIPageData](docs/CreateAPIPageData.md)
|
|
232
|
+
- [FastCommentsClient::CreateAPISSOUserData](docs/CreateAPISSOUserData.md)
|
|
233
|
+
- [FastCommentsClient::CreateAPIUserSubscriptionData](docs/CreateAPIUserSubscriptionData.md)
|
|
234
|
+
- [FastCommentsClient::CreateCommentParams](docs/CreateCommentParams.md)
|
|
235
|
+
- [FastCommentsClient::CreateCommentPublic200Response](docs/CreateCommentPublic200Response.md)
|
|
236
|
+
- [FastCommentsClient::CreateFeedPost200Response](docs/CreateFeedPost200Response.md)
|
|
237
|
+
- [FastCommentsClient::CreateFeedPostParams](docs/CreateFeedPostParams.md)
|
|
238
|
+
- [FastCommentsClient::CreateFeedPostPublic200Response](docs/CreateFeedPostPublic200Response.md)
|
|
239
|
+
- [FastCommentsClient::CreateFeedPostResponse](docs/CreateFeedPostResponse.md)
|
|
240
|
+
- [FastCommentsClient::CreateFeedPostsResponse](docs/CreateFeedPostsResponse.md)
|
|
241
|
+
- [FastCommentsClient::CreateSubscriptionAPIResponse](docs/CreateSubscriptionAPIResponse.md)
|
|
242
|
+
- [FastCommentsClient::CreateUserBadge200Response](docs/CreateUserBadge200Response.md)
|
|
243
|
+
- [FastCommentsClient::CreateUserBadgeParams](docs/CreateUserBadgeParams.md)
|
|
244
|
+
- [FastCommentsClient::CustomConfigParameters](docs/CustomConfigParameters.md)
|
|
245
|
+
- [FastCommentsClient::DeleteComment200Response](docs/DeleteComment200Response.md)
|
|
246
|
+
- [FastCommentsClient::DeleteCommentAction](docs/DeleteCommentAction.md)
|
|
247
|
+
- [FastCommentsClient::DeleteCommentPublic200Response](docs/DeleteCommentPublic200Response.md)
|
|
248
|
+
- [FastCommentsClient::DeleteCommentResult](docs/DeleteCommentResult.md)
|
|
249
|
+
- [FastCommentsClient::DeleteCommentVote200Response](docs/DeleteCommentVote200Response.md)
|
|
250
|
+
- [FastCommentsClient::DeleteDomainConfig200Response](docs/DeleteDomainConfig200Response.md)
|
|
251
|
+
- [FastCommentsClient::DeleteFeedPostPublic200Response](docs/DeleteFeedPostPublic200Response.md)
|
|
252
|
+
- [FastCommentsClient::DeleteFeedPostPublic200ResponseAnyOf](docs/DeleteFeedPostPublic200ResponseAnyOf.md)
|
|
253
|
+
- [FastCommentsClient::DeletePageAPIResponse](docs/DeletePageAPIResponse.md)
|
|
254
|
+
- [FastCommentsClient::DeleteSSOUserAPIResponse](docs/DeleteSSOUserAPIResponse.md)
|
|
255
|
+
- [FastCommentsClient::DeleteSubscriptionAPIResponse](docs/DeleteSubscriptionAPIResponse.md)
|
|
256
|
+
- [FastCommentsClient::DeletedCommentResultComment](docs/DeletedCommentResultComment.md)
|
|
257
|
+
- [FastCommentsClient::EventLogEntry](docs/EventLogEntry.md)
|
|
258
|
+
- [FastCommentsClient::FComment](docs/FComment.md)
|
|
259
|
+
- [FastCommentsClient::FCommentMeta](docs/FCommentMeta.md)
|
|
260
|
+
- [FastCommentsClient::FeedPost](docs/FeedPost.md)
|
|
261
|
+
- [FastCommentsClient::FeedPostLink](docs/FeedPostLink.md)
|
|
262
|
+
- [FastCommentsClient::FeedPostMediaItem](docs/FeedPostMediaItem.md)
|
|
263
|
+
- [FastCommentsClient::FeedPostMediaItemAsset](docs/FeedPostMediaItemAsset.md)
|
|
264
|
+
- [FastCommentsClient::FeedPostStats](docs/FeedPostStats.md)
|
|
265
|
+
- [FastCommentsClient::FeedPostsStatsResponse](docs/FeedPostsStatsResponse.md)
|
|
266
|
+
- [FastCommentsClient::FindCommentsByRangeItem](docs/FindCommentsByRangeItem.md)
|
|
267
|
+
- [FastCommentsClient::FindCommentsByRangeResponse](docs/FindCommentsByRangeResponse.md)
|
|
268
|
+
- [FastCommentsClient::FlagComment200Response](docs/FlagComment200Response.md)
|
|
269
|
+
- [FastCommentsClient::FlagCommentPublic200Response](docs/FlagCommentPublic200Response.md)
|
|
270
|
+
- [FastCommentsClient::FlagCommentResponse](docs/FlagCommentResponse.md)
|
|
271
|
+
- [FastCommentsClient::GetAuditLogs200Response](docs/GetAuditLogs200Response.md)
|
|
272
|
+
- [FastCommentsClient::GetAuditLogsResponse](docs/GetAuditLogsResponse.md)
|
|
273
|
+
- [FastCommentsClient::GetComment200Response](docs/GetComment200Response.md)
|
|
274
|
+
- [FastCommentsClient::GetCommentText200Response](docs/GetCommentText200Response.md)
|
|
275
|
+
- [FastCommentsClient::GetCommentVoteUserNames200Response](docs/GetCommentVoteUserNames200Response.md)
|
|
276
|
+
- [FastCommentsClient::GetCommentVoteUserNamesSuccessResponse](docs/GetCommentVoteUserNamesSuccessResponse.md)
|
|
277
|
+
- [FastCommentsClient::GetComments200Response](docs/GetComments200Response.md)
|
|
278
|
+
- [FastCommentsClient::GetCommentsPublic200Response](docs/GetCommentsPublic200Response.md)
|
|
279
|
+
- [FastCommentsClient::GetCommentsResponsePublicComment](docs/GetCommentsResponsePublicComment.md)
|
|
280
|
+
- [FastCommentsClient::GetCommentsResponseWithPresencePublicComment](docs/GetCommentsResponseWithPresencePublicComment.md)
|
|
281
|
+
- [FastCommentsClient::GetDomainConfig200Response](docs/GetDomainConfig200Response.md)
|
|
282
|
+
- [FastCommentsClient::GetDomainConfigs200Response](docs/GetDomainConfigs200Response.md)
|
|
283
|
+
- [FastCommentsClient::GetDomainConfigs200ResponseAnyOf](docs/GetDomainConfigs200ResponseAnyOf.md)
|
|
284
|
+
- [FastCommentsClient::GetDomainConfigs200ResponseAnyOf1](docs/GetDomainConfigs200ResponseAnyOf1.md)
|
|
285
|
+
- [FastCommentsClient::GetEventLog200Response](docs/GetEventLog200Response.md)
|
|
286
|
+
- [FastCommentsClient::GetEventLogResponse](docs/GetEventLogResponse.md)
|
|
287
|
+
- [FastCommentsClient::GetFeedPosts200Response](docs/GetFeedPosts200Response.md)
|
|
288
|
+
- [FastCommentsClient::GetFeedPostsPublic200Response](docs/GetFeedPostsPublic200Response.md)
|
|
289
|
+
- [FastCommentsClient::GetFeedPostsResponse](docs/GetFeedPostsResponse.md)
|
|
290
|
+
- [FastCommentsClient::GetFeedPostsStats200Response](docs/GetFeedPostsStats200Response.md)
|
|
291
|
+
- [FastCommentsClient::GetMyNotificationsResponse](docs/GetMyNotificationsResponse.md)
|
|
292
|
+
- [FastCommentsClient::GetPageByURLIdAPIResponse](docs/GetPageByURLIdAPIResponse.md)
|
|
293
|
+
- [FastCommentsClient::GetPagesAPIResponse](docs/GetPagesAPIResponse.md)
|
|
294
|
+
- [FastCommentsClient::GetPublicFeedPostsResponse](docs/GetPublicFeedPostsResponse.md)
|
|
295
|
+
- [FastCommentsClient::GetSSOUserByEmailAPIResponse](docs/GetSSOUserByEmailAPIResponse.md)
|
|
296
|
+
- [FastCommentsClient::GetSSOUserByIdAPIResponse](docs/GetSSOUserByIdAPIResponse.md)
|
|
297
|
+
- [FastCommentsClient::GetSSOUsers200Response](docs/GetSSOUsers200Response.md)
|
|
298
|
+
- [FastCommentsClient::GetSubscriptionsAPIResponse](docs/GetSubscriptionsAPIResponse.md)
|
|
299
|
+
- [FastCommentsClient::GetUserBadge200Response](docs/GetUserBadge200Response.md)
|
|
300
|
+
- [FastCommentsClient::GetUserBadgeProgressById200Response](docs/GetUserBadgeProgressById200Response.md)
|
|
301
|
+
- [FastCommentsClient::GetUserBadgeProgressList200Response](docs/GetUserBadgeProgressList200Response.md)
|
|
302
|
+
- [FastCommentsClient::GetUserBadges200Response](docs/GetUserBadges200Response.md)
|
|
303
|
+
- [FastCommentsClient::GetUserNotificationCount200Response](docs/GetUserNotificationCount200Response.md)
|
|
304
|
+
- [FastCommentsClient::GetUserNotificationCountResponse](docs/GetUserNotificationCountResponse.md)
|
|
305
|
+
- [FastCommentsClient::GetUserNotifications200Response](docs/GetUserNotifications200Response.md)
|
|
306
|
+
- [FastCommentsClient::GetUserPresenceStatuses200Response](docs/GetUserPresenceStatuses200Response.md)
|
|
307
|
+
- [FastCommentsClient::GetUserPresenceStatusesResponse](docs/GetUserPresenceStatusesResponse.md)
|
|
308
|
+
- [FastCommentsClient::GetUserReactsPublic200Response](docs/GetUserReactsPublic200Response.md)
|
|
309
|
+
- [FastCommentsClient::GifRating](docs/GifRating.md)
|
|
310
|
+
- [FastCommentsClient::HeaderState](docs/HeaderState.md)
|
|
311
|
+
- [FastCommentsClient::IgnoredResponse](docs/IgnoredResponse.md)
|
|
312
|
+
- [FastCommentsClient::ImageContentProfanityLevel](docs/ImageContentProfanityLevel.md)
|
|
313
|
+
- [FastCommentsClient::LiveEvent](docs/LiveEvent.md)
|
|
314
|
+
- [FastCommentsClient::LiveEventExtraInfo](docs/LiveEventExtraInfo.md)
|
|
315
|
+
- [FastCommentsClient::LiveEventType](docs/LiveEventType.md)
|
|
316
|
+
- [FastCommentsClient::LockComment200Response](docs/LockComment200Response.md)
|
|
317
|
+
- [FastCommentsClient::MediaAsset](docs/MediaAsset.md)
|
|
318
|
+
- [FastCommentsClient::MetaItem](docs/MetaItem.md)
|
|
319
|
+
- [FastCommentsClient::NotificationAndCount](docs/NotificationAndCount.md)
|
|
320
|
+
- [FastCommentsClient::NotificationObjectType](docs/NotificationObjectType.md)
|
|
321
|
+
- [FastCommentsClient::NotificationType](docs/NotificationType.md)
|
|
322
|
+
- [FastCommentsClient::PatchDomainConfigParams](docs/PatchDomainConfigParams.md)
|
|
323
|
+
- [FastCommentsClient::PatchPageAPIResponse](docs/PatchPageAPIResponse.md)
|
|
324
|
+
- [FastCommentsClient::PatchSSOUserAPIResponse](docs/PatchSSOUserAPIResponse.md)
|
|
325
|
+
- [FastCommentsClient::PinComment200Response](docs/PinComment200Response.md)
|
|
326
|
+
- [FastCommentsClient::PubSubComment](docs/PubSubComment.md)
|
|
327
|
+
- [FastCommentsClient::PubSubCommentBase](docs/PubSubCommentBase.md)
|
|
328
|
+
- [FastCommentsClient::PubSubVote](docs/PubSubVote.md)
|
|
329
|
+
- [FastCommentsClient::PublicAPIDeleteCommentResponse](docs/PublicAPIDeleteCommentResponse.md)
|
|
330
|
+
- [FastCommentsClient::PublicAPIGetCommentTextResponse](docs/PublicAPIGetCommentTextResponse.md)
|
|
331
|
+
- [FastCommentsClient::PublicAPISetCommentTextResponse](docs/PublicAPISetCommentTextResponse.md)
|
|
332
|
+
- [FastCommentsClient::PublicBlockFromCommentParams](docs/PublicBlockFromCommentParams.md)
|
|
333
|
+
- [FastCommentsClient::PublicComment](docs/PublicComment.md)
|
|
334
|
+
- [FastCommentsClient::PublicCommentBase](docs/PublicCommentBase.md)
|
|
335
|
+
- [FastCommentsClient::PublicFeedPostsResponse](docs/PublicFeedPostsResponse.md)
|
|
336
|
+
- [FastCommentsClient::PutSSOUserAPIResponse](docs/PutSSOUserAPIResponse.md)
|
|
337
|
+
- [FastCommentsClient::QueryPredicate](docs/QueryPredicate.md)
|
|
338
|
+
- [FastCommentsClient::QueryPredicateValue](docs/QueryPredicateValue.md)
|
|
339
|
+
- [FastCommentsClient::QuestionDatum](docs/QuestionDatum.md)
|
|
340
|
+
- [FastCommentsClient::QuestionRenderingType](docs/QuestionRenderingType.md)
|
|
341
|
+
- [FastCommentsClient::QuestionResult](docs/QuestionResult.md)
|
|
342
|
+
- [FastCommentsClient::QuestionResultAggregationOverall](docs/QuestionResultAggregationOverall.md)
|
|
343
|
+
- [FastCommentsClient::QuestionSubQuestionVisibility](docs/QuestionSubQuestionVisibility.md)
|
|
344
|
+
- [FastCommentsClient::QuestionWhenSave](docs/QuestionWhenSave.md)
|
|
345
|
+
- [FastCommentsClient::ReactBodyParams](docs/ReactBodyParams.md)
|
|
346
|
+
- [FastCommentsClient::ReactFeedPostPublic200Response](docs/ReactFeedPostPublic200Response.md)
|
|
347
|
+
- [FastCommentsClient::ReactFeedPostResponse](docs/ReactFeedPostResponse.md)
|
|
348
|
+
- [FastCommentsClient::RecordStringBeforeStringOrNullAfterStringOrNullValue](docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md)
|
|
349
|
+
- [FastCommentsClient::RecordStringStringOrNumberValue](docs/RecordStringStringOrNumberValue.md)
|
|
350
|
+
- [FastCommentsClient::RenderableUserNotification](docs/RenderableUserNotification.md)
|
|
351
|
+
- [FastCommentsClient::RepeatCommentCheckIgnoredReason](docs/RepeatCommentCheckIgnoredReason.md)
|
|
352
|
+
- [FastCommentsClient::RepeatCommentHandlingAction](docs/RepeatCommentHandlingAction.md)
|
|
353
|
+
- [FastCommentsClient::ResetUserNotifications200Response](docs/ResetUserNotifications200Response.md)
|
|
354
|
+
- [FastCommentsClient::ResetUserNotificationsResponse](docs/ResetUserNotificationsResponse.md)
|
|
355
|
+
- [FastCommentsClient::SORTDIR](docs/SORTDIR.md)
|
|
356
|
+
- [FastCommentsClient::SSOSecurityLevel](docs/SSOSecurityLevel.md)
|
|
357
|
+
- [FastCommentsClient::SaveComment200Response](docs/SaveComment200Response.md)
|
|
358
|
+
- [FastCommentsClient::SaveCommentResponse](docs/SaveCommentResponse.md)
|
|
359
|
+
- [FastCommentsClient::SaveCommentResponseOptimized](docs/SaveCommentResponseOptimized.md)
|
|
360
|
+
- [FastCommentsClient::SaveCommentsResponseWithPresence](docs/SaveCommentsResponseWithPresence.md)
|
|
361
|
+
- [FastCommentsClient::SearchUsers200Response](docs/SearchUsers200Response.md)
|
|
362
|
+
- [FastCommentsClient::SearchUsersResponse](docs/SearchUsersResponse.md)
|
|
363
|
+
- [FastCommentsClient::SetCommentText200Response](docs/SetCommentText200Response.md)
|
|
364
|
+
- [FastCommentsClient::SetCommentTextResult](docs/SetCommentTextResult.md)
|
|
365
|
+
- [FastCommentsClient::SizePreset](docs/SizePreset.md)
|
|
366
|
+
- [FastCommentsClient::SortDirections](docs/SortDirections.md)
|
|
367
|
+
- [FastCommentsClient::SpamRule](docs/SpamRule.md)
|
|
368
|
+
- [FastCommentsClient::UnBlockCommentPublic200Response](docs/UnBlockCommentPublic200Response.md)
|
|
369
|
+
- [FastCommentsClient::UnBlockFromCommentParams](docs/UnBlockFromCommentParams.md)
|
|
370
|
+
- [FastCommentsClient::UnblockSuccess](docs/UnblockSuccess.md)
|
|
371
|
+
- [FastCommentsClient::UpdatableCommentParams](docs/UpdatableCommentParams.md)
|
|
372
|
+
- [FastCommentsClient::UpdateAPIPageData](docs/UpdateAPIPageData.md)
|
|
373
|
+
- [FastCommentsClient::UpdateAPISSOUserData](docs/UpdateAPISSOUserData.md)
|
|
374
|
+
- [FastCommentsClient::UpdateDomainConfigParams](docs/UpdateDomainConfigParams.md)
|
|
375
|
+
- [FastCommentsClient::UpdateFeedPostParams](docs/UpdateFeedPostParams.md)
|
|
376
|
+
- [FastCommentsClient::UpdateUserBadge200Response](docs/UpdateUserBadge200Response.md)
|
|
377
|
+
- [FastCommentsClient::UpdateUserBadgeParams](docs/UpdateUserBadgeParams.md)
|
|
378
|
+
- [FastCommentsClient::UpdateUserNotificationStatus200Response](docs/UpdateUserNotificationStatus200Response.md)
|
|
379
|
+
- [FastCommentsClient::UploadImageResponse](docs/UploadImageResponse.md)
|
|
380
|
+
- [FastCommentsClient::UserBadge](docs/UserBadge.md)
|
|
381
|
+
- [FastCommentsClient::UserBadgeProgress](docs/UserBadgeProgress.md)
|
|
382
|
+
- [FastCommentsClient::UserNotification](docs/UserNotification.md)
|
|
383
|
+
- [FastCommentsClient::UserNotificationWriteResponse](docs/UserNotificationWriteResponse.md)
|
|
384
|
+
- [FastCommentsClient::UserPresenceData](docs/UserPresenceData.md)
|
|
385
|
+
- [FastCommentsClient::UserReactsResponse](docs/UserReactsResponse.md)
|
|
386
|
+
- [FastCommentsClient::UserSearchResult](docs/UserSearchResult.md)
|
|
387
|
+
- [FastCommentsClient::UserSessionInfo](docs/UserSessionInfo.md)
|
|
388
|
+
- [FastCommentsClient::VoteBodyParams](docs/VoteBodyParams.md)
|
|
389
|
+
- [FastCommentsClient::VoteComment200Response](docs/VoteComment200Response.md)
|
|
390
|
+
- [FastCommentsClient::VoteDeleteResponse](docs/VoteDeleteResponse.md)
|
|
391
|
+
- [FastCommentsClient::VoteResponse](docs/VoteResponse.md)
|
|
392
|
+
- [FastCommentsClient::VoteResponseStatus](docs/VoteResponseStatus.md)
|
|
393
|
+
- [FastCommentsClient::VoteResponseUser](docs/VoteResponseUser.md)
|
|
394
|
+
- [FastCommentsClient::VoteStyle](docs/VoteStyle.md)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
## Documentation for Authorization
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
Authentication schemes defined for the API:
|
|
401
|
+
### api_key
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
- **Type**: API key
|
|
405
|
+
- **API key parameter name**: x-api-key
|
|
406
|
+
- **Location**: HTTP header
|
|
407
|
+
|
data/client/Rakefile
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# FastCommentsClient::APIAuditLog
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | |
|
|
8
|
+
| **user_id** | **String** | | [optional] |
|
|
9
|
+
| **username** | **String** | | [optional] |
|
|
10
|
+
| **resource_name** | **String** | | |
|
|
11
|
+
| **crud_type** | **String** | | |
|
|
12
|
+
| **from** | **String** | | [optional] |
|
|
13
|
+
| **url** | **String** | | [optional] |
|
|
14
|
+
| **ip** | **String** | | [optional] |
|
|
15
|
+
| **_when** | **Time** | | [optional] |
|
|
16
|
+
| **description** | **String** | | [optional] |
|
|
17
|
+
| **server_start_date** | **Time** | | [optional] |
|
|
18
|
+
| **object_details** | **Hash<String, Object>** | Construct a type with a set of properties K of type T | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'fastcomments-client'
|
|
24
|
+
|
|
25
|
+
instance = FastCommentsClient::APIAuditLog.new(
|
|
26
|
+
_id: null,
|
|
27
|
+
user_id: null,
|
|
28
|
+
username: null,
|
|
29
|
+
resource_name: null,
|
|
30
|
+
crud_type: null,
|
|
31
|
+
from: null,
|
|
32
|
+
url: null,
|
|
33
|
+
ip: null,
|
|
34
|
+
_when: null,
|
|
35
|
+
description: null,
|
|
36
|
+
server_start_date: null,
|
|
37
|
+
object_details: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
# FastCommentsClient::APIComment
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | |
|
|
8
|
+
| **ai_determined_spam** | **Boolean** | | [optional] |
|
|
9
|
+
| **anon_user_id** | **String** | | [optional] |
|
|
10
|
+
| **approved** | **Boolean** | | |
|
|
11
|
+
| **avatar_src** | **String** | | [optional] |
|
|
12
|
+
| **badges** | [**Array<CommentUserBadgeInfo>**](CommentUserBadgeInfo.md) | | [optional] |
|
|
13
|
+
| **comment** | **String** | | |
|
|
14
|
+
| **comment_html** | **String** | | |
|
|
15
|
+
| **commenter_email** | **String** | | [optional] |
|
|
16
|
+
| **commenter_link** | **String** | | [optional] |
|
|
17
|
+
| **commenter_name** | **String** | | |
|
|
18
|
+
| **date** | **Float** | | |
|
|
19
|
+
| **display_label** | **String** | | [optional] |
|
|
20
|
+
| **domain** | **String** | | [optional] |
|
|
21
|
+
| **external_id** | **String** | | [optional] |
|
|
22
|
+
| **external_parent_id** | **String** | | [optional] |
|
|
23
|
+
| **expire_at** | **Time** | | [optional] |
|
|
24
|
+
| **feedback_ids** | **Array<String>** | | [optional] |
|
|
25
|
+
| **flag_count** | **Integer** | | [optional] |
|
|
26
|
+
| **from_product_id** | **Integer** | | [optional] |
|
|
27
|
+
| **has_code** | **Boolean** | | [optional] |
|
|
28
|
+
| **has_images** | **Boolean** | | [optional] |
|
|
29
|
+
| **has_links** | **Boolean** | | [optional] |
|
|
30
|
+
| **hash_tags** | [**Array<CommentUserHashTagInfo>**](CommentUserHashTagInfo.md) | | [optional] |
|
|
31
|
+
| **is_by_admin** | **Boolean** | | [optional] |
|
|
32
|
+
| **is_by_moderator** | **Boolean** | | [optional] |
|
|
33
|
+
| **is_deleted** | **Boolean** | | [optional] |
|
|
34
|
+
| **is_deleted_user** | **Boolean** | | [optional] |
|
|
35
|
+
| **is_pinned** | **Boolean** | | [optional] |
|
|
36
|
+
| **is_locked** | **Boolean** | | [optional] |
|
|
37
|
+
| **is_spam** | **Boolean** | | [optional] |
|
|
38
|
+
| **local_date_hours** | **Integer** | | [optional] |
|
|
39
|
+
| **local_date_string** | **String** | | [optional] |
|
|
40
|
+
| **locale** | **String** | | |
|
|
41
|
+
| **mentions** | [**Array<CommentUserMentionInfo>**](CommentUserMentionInfo.md) | | [optional] |
|
|
42
|
+
| **meta** | [**FCommentMeta**](FCommentMeta.md) | | [optional] |
|
|
43
|
+
| **moderation_group_ids** | **Array<String>** | | [optional] |
|
|
44
|
+
| **notification_sent_for_parent** | **Boolean** | | [optional] |
|
|
45
|
+
| **notification_sent_for_parent_tenant** | **Boolean** | | [optional] |
|
|
46
|
+
| **page_title** | **String** | | [optional] |
|
|
47
|
+
| **parent_id** | **String** | | [optional] |
|
|
48
|
+
| **rating** | **Float** | | [optional] |
|
|
49
|
+
| **reviewed** | **Boolean** | | [optional] |
|
|
50
|
+
| **tenant_id** | **String** | | |
|
|
51
|
+
| **url** | **String** | | |
|
|
52
|
+
| **url_id** | **String** | | |
|
|
53
|
+
| **url_id_raw** | **String** | | [optional] |
|
|
54
|
+
| **user_id** | **String** | | [optional] |
|
|
55
|
+
| **verified** | **Boolean** | | |
|
|
56
|
+
| **verified_date** | **Time** | | [optional] |
|
|
57
|
+
| **votes** | **Integer** | | [optional] |
|
|
58
|
+
| **votes_down** | **Integer** | | [optional] |
|
|
59
|
+
| **votes_up** | **Integer** | | [optional] |
|
|
60
|
+
|
|
61
|
+
## Example
|
|
62
|
+
|
|
63
|
+
```ruby
|
|
64
|
+
require 'fastcomments-client'
|
|
65
|
+
|
|
66
|
+
instance = FastCommentsClient::APIComment.new(
|
|
67
|
+
_id: null,
|
|
68
|
+
ai_determined_spam: null,
|
|
69
|
+
anon_user_id: null,
|
|
70
|
+
approved: null,
|
|
71
|
+
avatar_src: null,
|
|
72
|
+
badges: null,
|
|
73
|
+
comment: null,
|
|
74
|
+
comment_html: null,
|
|
75
|
+
commenter_email: null,
|
|
76
|
+
commenter_link: null,
|
|
77
|
+
commenter_name: null,
|
|
78
|
+
date: null,
|
|
79
|
+
display_label: null,
|
|
80
|
+
domain: null,
|
|
81
|
+
external_id: null,
|
|
82
|
+
external_parent_id: null,
|
|
83
|
+
expire_at: null,
|
|
84
|
+
feedback_ids: null,
|
|
85
|
+
flag_count: null,
|
|
86
|
+
from_product_id: null,
|
|
87
|
+
has_code: null,
|
|
88
|
+
has_images: null,
|
|
89
|
+
has_links: null,
|
|
90
|
+
hash_tags: null,
|
|
91
|
+
is_by_admin: null,
|
|
92
|
+
is_by_moderator: null,
|
|
93
|
+
is_deleted: null,
|
|
94
|
+
is_deleted_user: null,
|
|
95
|
+
is_pinned: null,
|
|
96
|
+
is_locked: null,
|
|
97
|
+
is_spam: null,
|
|
98
|
+
local_date_hours: null,
|
|
99
|
+
local_date_string: null,
|
|
100
|
+
locale: null,
|
|
101
|
+
mentions: null,
|
|
102
|
+
meta: null,
|
|
103
|
+
moderation_group_ids: null,
|
|
104
|
+
notification_sent_for_parent: null,
|
|
105
|
+
notification_sent_for_parent_tenant: null,
|
|
106
|
+
page_title: null,
|
|
107
|
+
parent_id: null,
|
|
108
|
+
rating: null,
|
|
109
|
+
reviewed: null,
|
|
110
|
+
tenant_id: null,
|
|
111
|
+
url: null,
|
|
112
|
+
url_id: null,
|
|
113
|
+
url_id_raw: null,
|
|
114
|
+
user_id: null,
|
|
115
|
+
verified: null,
|
|
116
|
+
verified_date: null,
|
|
117
|
+
votes: null,
|
|
118
|
+
votes_down: null,
|
|
119
|
+
votes_up: null
|
|
120
|
+
)
|
|
121
|
+
```
|
|
122
|
+
|