Skip to content

Commit f601da2

Browse files
authored
Merge pull request #2 from FastComments/oct-update
Add Page, SSO Users, badges, Subscriptions, and more, APIS. Fixes server configuration.
2 parents f896958 + 4690a9b commit f601da2

227 files changed

Lines changed: 52880 additions & 4759 deletions

File tree

Some content is hidden

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

.openapi-generator/FILES

Lines changed: 150 additions & 3 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 79 additions & 2 deletions
Large diffs are not rendered by default.

docs/Api/DefaultApi.md

Lines changed: 1691 additions & 141 deletions
Large diffs are not rendered by default.

docs/Api/HiddenApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FastComments PHP API Client - A SDK for interacting with the FastComments API
44

5-
All URIs are relative to http://localhost, except if the operation defines another base path.
5+
All URIs are relative to https://fastcomments.com, except if the operation defines another base path.
66

77
| Method | HTTP request | Description |
88
| ------------- | ------------- | ------------- |

docs/Api/PublicApi.md

Lines changed: 272 additions & 18 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# # APICreateUserBadgeResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
**user_badge** | [**\FastComments\Client\Model\UserBadge**](UserBadge.md) | |
9+
10+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# # APIEmptySuccessResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
9+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# # APIGetUserBadgeProgressListResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
**user_badge_progresses** | [**\FastComments\Client\Model\UserBadgeProgress[]**](UserBadgeProgress.md) | |
9+
10+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# # APIGetUserBadgeProgressResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
**user_badge_progress** | [**\FastComments\Client\Model\UserBadgeProgress**](UserBadgeProgress.md) | |
9+
10+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# # APIGetUserBadgeResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
**user_badge** | [**\FastComments\Client\Model\UserBadge**](UserBadge.md) | |
9+
10+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

0 commit comments

Comments
 (0)