Skip to content

Commit de9de3a

Browse files
authored
Merge pull request #3 from FastComments/release-2026-01-08
Release v1.1.0 - Adds 14 More Resources
2 parents 30f0da3 + 9761ee7 commit de9de3a

File tree

261 files changed

+20365
-3673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+20365
-3673
lines changed

client/README.md

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
77
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
88

99
- API version: 0.0.0
10-
- Package version: 1.0.0
11-
- Generator version: 7.18.0-SNAPSHOT
10+
- Package version: 1.1.0
11+
- Generator version: 7.19.0-SNAPSHOT
1212
- Build package: org.openapitools.codegen.languages.NimClientCodegen
1313

1414
## Installation
@@ -26,51 +26,113 @@ All URIs are relative to *https://fastcomments.com*
2626
Module | Proc | HTTP request | Description
2727
------------ | ------------- | ------------- | -------------
2828
api_default | addDomainConfig | **POST** /api/v1/domain-configs |
29+
api_default | addHashTag | **POST** /api/v1/hash-tags |
30+
api_default | addHashTagsBulk | **POST** /api/v1/hash-tags/bulk |
2931
api_default | addPage | **POST** /api/v1/pages |
3032
api_default | addSSOUser | **POST** /api/v1/sso-users |
3133
api_default | aggregate | **POST** /api/v1/aggregate |
3234
api_default | aggregateQuestionResults | **GET** /api/v1/question-results-aggregation |
3335
api_default | blockUserFromComment | **POST** /api/v1/comments/{id}/block |
3436
api_default | bulkAggregateQuestionResults | **POST** /api/v1/question-results-aggregation/bulk |
3537
api_default | combineCommentsWithQuestionResults | **GET** /api/v1/question-results-aggregation/combine/comments |
38+
api_default | createEmailTemplate | **POST** /api/v1/email-templates |
3639
api_default | createFeedPost | **POST** /api/v1/feed-posts |
40+
api_default | createModerator | **POST** /api/v1/moderators |
41+
api_default | createQuestionConfig | **POST** /api/v1/question-configs |
42+
api_default | createQuestionResult | **POST** /api/v1/question-results |
3743
api_default | createSubscription | **POST** /api/v1/subscriptions |
44+
api_default | createTenant | **POST** /api/v1/tenants |
45+
api_default | createTenantPackage | **POST** /api/v1/tenant-packages |
46+
api_default | createTenantUser | **POST** /api/v1/tenant-users |
3847
api_default | createUserBadge | **POST** /api/v1/user-badges |
48+
api_default | createVote | **POST** /api/v1/votes |
3949
api_default | deleteComment | **DELETE** /api/v1/comments/{id} |
4050
api_default | deleteDomainConfig | **DELETE** /api/v1/domain-configs/{domain} |
51+
api_default | deleteEmailTemplate | **DELETE** /api/v1/email-templates/{id} |
52+
api_default | deleteEmailTemplateRenderError | **DELETE** /api/v1/email-templates/{id}/render-errors/{errorId} |
53+
api_default | deleteHashTag | **DELETE** /api/v1/hash-tags/{tag} |
54+
api_default | deleteModerator | **DELETE** /api/v1/moderators/{id} |
55+
api_default | deleteNotificationCount | **DELETE** /api/v1/notification-count/{id} |
4156
api_default | deletePage | **DELETE** /api/v1/pages/{id} |
57+
api_default | deletePendingWebhookEvent | **DELETE** /api/v1/pending-webhook-events/{id} |
58+
api_default | deleteQuestionConfig | **DELETE** /api/v1/question-configs/{id} |
59+
api_default | deleteQuestionResult | **DELETE** /api/v1/question-results/{id} |
4260
api_default | deleteSSOUser | **DELETE** /api/v1/sso-users/{id} |
4361
api_default | deleteSubscription | **DELETE** /api/v1/subscriptions/{id} |
62+
api_default | deleteTenant | **DELETE** /api/v1/tenants/{id} |
63+
api_default | deleteTenantPackage | **DELETE** /api/v1/tenant-packages/{id} |
64+
api_default | deleteTenantUser | **DELETE** /api/v1/tenant-users/{id} |
4465
api_default | deleteUserBadge | **DELETE** /api/v1/user-badges/{id} |
66+
api_default | deleteVote | **DELETE** /api/v1/votes/{id} |
4567
api_default | flagComment | **POST** /api/v1/comments/{id}/flag |
4668
api_default | getAuditLogs | **GET** /api/v1/audit-logs |
69+
api_default | getCachedNotificationCount | **GET** /api/v1/notification-count/{id} |
4770
api_default | getComment | **GET** /api/v1/comments/{id} |
4871
api_default | getComments | **GET** /api/v1/comments |
4972
api_default | getDomainConfig | **GET** /api/v1/domain-configs/{domain} |
5073
api_default | getDomainConfigs | **GET** /api/v1/domain-configs |
74+
api_default | getEmailTemplate | **GET** /api/v1/email-templates/{id} |
75+
api_default | getEmailTemplateDefinitions | **GET** /api/v1/email-templates/definitions |
76+
api_default | getEmailTemplateRenderErrors | **GET** /api/v1/email-templates/{id}/render-errors |
77+
api_default | getEmailTemplates | **GET** /api/v1/email-templates |
5178
api_default | getFeedPosts | **GET** /api/v1/feed-posts |
79+
api_default | getHashTags | **GET** /api/v1/hash-tags |
80+
api_default | getModerator | **GET** /api/v1/moderators/{id} |
81+
api_default | getModerators | **GET** /api/v1/moderators |
82+
api_default | getNotificationCount | **GET** /api/v1/notifications/count |
83+
api_default | getNotifications | **GET** /api/v1/notifications |
5284
api_default | getPageByURLId | **GET** /api/v1/pages/by-url-id |
5385
api_default | getPages | **GET** /api/v1/pages |
86+
api_default | getPendingWebhookEventCount | **GET** /api/v1/pending-webhook-events/count |
87+
api_default | getPendingWebhookEvents | **GET** /api/v1/pending-webhook-events |
88+
api_default | getQuestionConfig | **GET** /api/v1/question-configs/{id} |
89+
api_default | getQuestionConfigs | **GET** /api/v1/question-configs |
90+
api_default | getQuestionResult | **GET** /api/v1/question-results/{id} |
91+
api_default | getQuestionResults | **GET** /api/v1/question-results |
5492
api_default | getSSOUserByEmail | **GET** /api/v1/sso-users/by-email/{email} |
5593
api_default | getSSOUserById | **GET** /api/v1/sso-users/by-id/{id} |
5694
api_default | getSSOUsers | **GET** /api/v1/sso-users |
5795
api_default | getSubscriptions | **GET** /api/v1/subscriptions |
96+
api_default | getTenant | **GET** /api/v1/tenants/{id} |
97+
api_default | getTenantDailyUsages | **GET** /api/v1/tenant-daily-usage |
98+
api_default | getTenantPackage | **GET** /api/v1/tenant-packages/{id} |
99+
api_default | getTenantPackages | **GET** /api/v1/tenant-packages |
100+
api_default | getTenantUser | **GET** /api/v1/tenant-users/{id} |
101+
api_default | getTenantUsers | **GET** /api/v1/tenant-users |
102+
api_default | getTenants | **GET** /api/v1/tenants |
103+
api_default | getUser | **GET** /api/v1/users/{id} |
58104
api_default | getUserBadge | **GET** /api/v1/user-badges/{id} |
59105
api_default | getUserBadgeProgressById | **GET** /api/v1/user-badge-progress/{id} |
60106
api_default | getUserBadgeProgressByUserId | **GET** /api/v1/user-badge-progress/user/{userId} |
61107
api_default | getUserBadgeProgressList | **GET** /api/v1/user-badge-progress |
62108
api_default | getUserBadges | **GET** /api/v1/user-badges |
109+
api_default | getVotes | **GET** /api/v1/votes |
110+
api_default | getVotesForUser | **GET** /api/v1/votes/for-user |
63111
api_default | patchDomainConfig | **PATCH** /api/v1/domain-configs/{domainToUpdate} |
112+
api_default | patchHashTag | **PATCH** /api/v1/hash-tags/{tag} |
64113
api_default | patchPage | **PATCH** /api/v1/pages/{id} |
65114
api_default | patchSSOUser | **PATCH** /api/v1/sso-users/{id} |
66115
api_default | putDomainConfig | **PUT** /api/v1/domain-configs/{domainToUpdate} |
67116
api_default | putSSOUser | **PUT** /api/v1/sso-users/{id} |
117+
api_default | renderEmailTemplate | **POST** /api/v1/email-templates/render |
118+
api_default | replaceTenantPackage | **PUT** /api/v1/tenant-packages/{id} |
119+
api_default | replaceTenantUser | **PUT** /api/v1/tenant-users/{id} |
68120
api_default | saveComment | **POST** /api/v1/comments |
69121
api_default | saveCommentsBulk | **POST** /api/v1/comments/bulk |
122+
api_default | sendInvite | **POST** /api/v1/moderators/{id}/send-invite |
123+
api_default | sendLoginLink | **POST** /api/v1/tenant-users/{id}/send-login-link |
70124
api_default | unBlockUserFromComment | **POST** /api/v1/comments/{id}/un-block |
71125
api_default | unFlagComment | **POST** /api/v1/comments/{id}/un-flag |
72126
api_default | updateComment | **PATCH** /api/v1/comments/{id} |
127+
api_default | updateEmailTemplate | **PATCH** /api/v1/email-templates/{id} |
73128
api_default | updateFeedPost | **PATCH** /api/v1/feed-posts/{id} |
129+
api_default | updateModerator | **PATCH** /api/v1/moderators/{id} |
130+
api_default | updateNotification | **PATCH** /api/v1/notifications/{id} |
131+
api_default | updateQuestionConfig | **PATCH** /api/v1/question-configs/{id} |
132+
api_default | updateQuestionResult | **PATCH** /api/v1/question-results/{id} |
133+
api_default | updateTenant | **PATCH** /api/v1/tenants/{id} |
134+
api_default | updateTenantPackage | **PATCH** /api/v1/tenant-packages/{id} |
135+
api_default | updateTenantUser | **PATCH** /api/v1/tenant-users/{id} |
74136
api_default | updateUserBadge | **PUT** /api/v1/user-badges/{id} |
75137
api_public | blockFromCommentPublic | **POST** /block-from-comment/{commentId} |
76138
api_public | checkedCommentsForBlocked | **GET** /check-blocked-comments |

0 commit comments

Comments
 (0)