@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040<dependency >
4141 <groupId >com.fastcomments</groupId >
4242 <artifactId >client</artifactId >
43- <version >0 .0.27 </version >
43+ <version >1 .0.0 </version >
4444 <scope >compile</scope >
4545</dependency >
4646```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
5656 }
5757
5858 dependencies {
59- implementation "com.fastcomments:client:0 .0.27 "
59+ implementation "com.fastcomments:client:1 .0.0 "
6060 }
6161```
6262
@@ -70,7 +70,7 @@ mvn clean package
7070
7171Then manually install the following JARs:
7272
73- * ` target/client-0 .0.27 .jar `
73+ * ` target/client-1 .0.0 .jar `
7474* ` target/lib/*.jar `
7575
7676## Getting Started
@@ -209,6 +209,9 @@ Class | Method | HTTP request | Description
209209
210210## Documentation for Models
211211
212+ - [ APIAuditLog] ( docs/APIAuditLog.md )
213+ - [ APIComment] ( docs/APIComment.md )
214+ - [ APICommentBase] ( docs/APICommentBase.md )
212215 - [ APICreateUserBadgeResponse] ( docs/APICreateUserBadgeResponse.md )
213216 - [ APIEmptyResponse] ( docs/APIEmptyResponse.md )
214217 - [ APIEmptySuccessResponse] ( docs/APIEmptySuccessResponse.md )
@@ -253,6 +256,9 @@ Class | Method | HTTP request | Description
253256 - [ CombineQuestionResultsWithCommentsResponse] ( docs/CombineQuestionResultsWithCommentsResponse.md )
254257 - [ CommentData] ( docs/CommentData.md )
255258 - [ CommentHTMLRenderingMode] ( docs/CommentHTMLRenderingMode.md )
259+ - [ CommentLogData] ( docs/CommentLogData.md )
260+ - [ CommentLogEntry] ( docs/CommentLogEntry.md )
261+ - [ CommentLogType] ( docs/CommentLogType.md )
256262 - [ CommentQuestionResultsRenderingType] ( docs/CommentQuestionResultsRenderingType.md )
257263 - [ CommentQuestionsRequired] ( docs/CommentQuestionsRequired.md )
258264 - [ CommentTextUpdateRequest] ( docs/CommentTextUpdateRequest.md )
@@ -286,6 +292,7 @@ Class | Method | HTTP request | Description
286292 - [ DeletePageAPIResponse] ( docs/DeletePageAPIResponse.md )
287293 - [ DeleteSSOUserAPIResponse] ( docs/DeleteSSOUserAPIResponse.md )
288294 - [ DeleteSubscriptionAPIResponse] ( docs/DeleteSubscriptionAPIResponse.md )
295+ - [ DeletedCommentResultComment] ( docs/DeletedCommentResultComment.md )
289296 - [ EventLogEntry] ( docs/EventLogEntry.md )
290297 - [ FComment] ( docs/FComment.md )
291298 - [ FCommentMeta] ( docs/FCommentMeta.md )
@@ -342,8 +349,6 @@ Class | Method | HTTP request | Description
342349 - [ HeaderState] ( docs/HeaderState.md )
343350 - [ IgnoredResponse] ( docs/IgnoredResponse.md )
344351 - [ ImageContentProfanityLevel] ( docs/ImageContentProfanityLevel.md )
345- - [ ImportedAPIStatusFAILED] ( docs/ImportedAPIStatusFAILED.md )
346- - [ ImportedAPIStatusSUCCESS] ( docs/ImportedAPIStatusSUCCESS.md )
347352 - [ LiveEvent] ( docs/LiveEvent.md )
348353 - [ LiveEventExtraInfo] ( docs/LiveEventExtraInfo.md )
349354 - [ LiveEventType] ( docs/LiveEventType.md )
@@ -356,22 +361,16 @@ Class | Method | HTTP request | Description
356361 - [ PatchDomainConfigParams] ( docs/PatchDomainConfigParams.md )
357362 - [ PatchPageAPIResponse] ( docs/PatchPageAPIResponse.md )
358363 - [ PatchSSOUserAPIResponse] ( docs/PatchSSOUserAPIResponse.md )
359- - [ PickAPICommentUpdatableCommentFields] ( docs/PickAPICommentUpdatableCommentFields.md )
360- - [ PickFCommentAPICommentFieldsKeys] ( docs/PickFCommentAPICommentFieldsKeys.md )
361- - [ PickFCommentAPICommentFieldsKeysMeta] ( docs/PickFCommentAPICommentFieldsKeysMeta.md )
362- - [ PickFCommentApprovedOrCommentHTML] ( docs/PickFCommentApprovedOrCommentHTML.md )
363- - [ PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId] ( docs/PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId.md )
364- - [ PickFCommentPublicCommentFieldsKeys] ( docs/PickFCommentPublicCommentFieldsKeys.md )
365- - [ PickOmitFCommentDatePublicCommentPubSubFieldsKeys] ( docs/PickOmitFCommentDatePublicCommentPubSubFieldsKeys.md )
366- - [ PickTenantAuditLogTenantAuditLogKeys] ( docs/PickTenantAuditLogTenantAuditLogKeys.md )
367364 - [ PinComment200Response] ( docs/PinComment200Response.md )
368365 - [ PubSubComment] ( docs/PubSubComment.md )
366+ - [ PubSubCommentBase] ( docs/PubSubCommentBase.md )
369367 - [ PubSubVote] ( docs/PubSubVote.md )
370368 - [ PublicAPIDeleteCommentResponse] ( docs/PublicAPIDeleteCommentResponse.md )
371369 - [ PublicAPIGetCommentTextResponse] ( docs/PublicAPIGetCommentTextResponse.md )
372370 - [ PublicAPISetCommentTextResponse] ( docs/PublicAPISetCommentTextResponse.md )
373371 - [ PublicBlockFromCommentParams] ( docs/PublicBlockFromCommentParams.md )
374372 - [ PublicComment] ( docs/PublicComment.md )
373+ - [ PublicCommentBase] ( docs/PublicCommentBase.md )
375374 - [ PublicFeedPostsResponse] ( docs/PublicFeedPostsResponse.md )
376375 - [ PutSSOUserAPIResponse] ( docs/PutSSOUserAPIResponse.md )
377376 - [ QueryPredicate] ( docs/QueryPredicate.md )
@@ -388,6 +387,8 @@ Class | Method | HTTP request | Description
388387 - [ RecordStringBeforeStringOrNullAfterStringOrNullValue] ( docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md )
389388 - [ RecordStringStringOrNumberValue] ( docs/RecordStringStringOrNumberValue.md )
390389 - [ RenderableUserNotification] ( docs/RenderableUserNotification.md )
390+ - [ RepeatCommentCheckIgnoredReason] ( docs/RepeatCommentCheckIgnoredReason.md )
391+ - [ RepeatCommentHandlingAction] ( docs/RepeatCommentHandlingAction.md )
391392 - [ ResetUserNotifications200Response] ( docs/ResetUserNotifications200Response.md )
392393 - [ ResetUserNotificationsResponse] ( docs/ResetUserNotificationsResponse.md )
393394 - [ SORTDIR] ( docs/SORTDIR.md )
@@ -399,12 +400,14 @@ Class | Method | HTTP request | Description
399400 - [ SearchUsers200Response] ( docs/SearchUsers200Response.md )
400401 - [ SearchUsersResponse] ( docs/SearchUsersResponse.md )
401402 - [ SetCommentText200Response] ( docs/SetCommentText200Response.md )
403+ - [ SetCommentTextResult] ( docs/SetCommentTextResult.md )
402404 - [ SizePreset] ( docs/SizePreset.md )
403405 - [ SortDirections] ( docs/SortDirections.md )
404406 - [ SpamRule] ( docs/SpamRule.md )
405407 - [ UnBlockCommentPublic200Response] ( docs/UnBlockCommentPublic200Response.md )
406408 - [ UnBlockFromCommentParams] ( docs/UnBlockFromCommentParams.md )
407409 - [ UnblockSuccess] ( docs/UnblockSuccess.md )
410+ - [ UpdatableCommentParams] ( docs/UpdatableCommentParams.md )
408411 - [ UpdateAPIPageData] ( docs/UpdateAPIPageData.md )
409412 - [ UpdateAPISSOUserData] ( docs/UpdateAPISSOUserData.md )
410413 - [ UpdateDomainConfigParams] ( docs/UpdateDomainConfigParams.md )
@@ -424,7 +427,6 @@ Class | Method | HTTP request | Description
424427 - [ VoteBodyParams] ( docs/VoteBodyParams.md )
425428 - [ VoteComment200Response] ( docs/VoteComment200Response.md )
426429 - [ VoteDeleteResponse] ( docs/VoteDeleteResponse.md )
427- - [ VoteDeleteResponseStatus] ( docs/VoteDeleteResponseStatus.md )
428430 - [ VoteResponse] ( docs/VoteResponse.md )
429431 - [ VoteResponseStatus] ( docs/VoteResponseStatus.md )
430432 - [ VoteResponseUser] ( docs/VoteResponseUser.md )
0 commit comments