You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"authorizeHint": "The FastComments API uses two types of endpoints: DefaultApi which contains methods that require an API key for authentication, and PublicApi which can be accessed without authentication (often from browsers/client SDKs using SSO)."
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPosts'] to see the possible values for this operation
4502
4502
*
@@ -4516,8 +4516,8 @@ public function getFeedPosts($tenant_id, $after_id = null, $limit = null, $tags
4516
4516
* FastComments PHP API Client - A SDK for interacting with the FastComments API
4517
4517
*
4518
4518
* @param string $tenant_id (required)
4519
-
* @param float|null $after_id (optional)
4520
-
* @param float|null $limit (optional)
4519
+
* @param string|null $after_id (optional)
4520
+
* @param int|null $limit (optional)
4521
4521
* @param string[]|null $tags (optional)
4522
4522
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPosts'] to see the possible values for this operation
4523
4523
*
@@ -4644,8 +4644,8 @@ public function getFeedPostsWithHttpInfo($tenant_id, $after_id = null, $limit =
4644
4644
* FastComments PHP API Client - A SDK for interacting with the FastComments API
4645
4645
*
4646
4646
* @param string $tenant_id (required)
4647
-
* @param float|null $after_id (optional)
4648
-
* @param float|null $limit (optional)
4647
+
* @param string|null $after_id (optional)
4648
+
* @param int|null $limit (optional)
4649
4649
* @param string[]|null $tags (optional)
4650
4650
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPosts'] to see the possible values for this operation
4651
4651
*
@@ -4668,8 +4668,8 @@ function ($response) {
4668
4668
* FastComments PHP API Client - A SDK for interacting with the FastComments API
4669
4669
*
4670
4670
* @param string $tenant_id (required)
4671
-
* @param float|null $after_id (optional)
4672
-
* @param float|null $limit (optional)
4671
+
* @param string|null $after_id (optional)
4672
+
* @param int|null $limit (optional)
4673
4673
* @param string[]|null $tags (optional)
4674
4674
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPosts'] to see the possible values for this operation
4675
4675
*
@@ -4721,8 +4721,8 @@ function ($exception) {
4721
4721
* Create request for operation 'getFeedPosts'
4722
4722
*
4723
4723
* @param string $tenant_id (required)
4724
-
* @param float|null $after_id (optional)
4725
-
* @param float|null $limit (optional)
4724
+
* @param string|null $after_id (optional)
4725
+
* @param int|null $limit (optional)
4726
4726
* @param string[]|null $tags (optional)
4727
4727
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPosts'] to see the possible values for this operation
4728
4728
*
@@ -4763,7 +4763,7 @@ public function getFeedPostsRequest($tenant_id, $after_id = null, $limit = null,
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPostsPublic'] to see the possible values for this operation
4288
4288
*
@@ -4302,8 +4302,8 @@ public function getFeedPostsPublic($tenant_id, $after_id = null, $limit = null,
4302
4302
* FastComments PHP API Client - A SDK for interacting with the FastComments API
4303
4303
*
4304
4304
* @param string $tenant_id (required)
4305
-
* @param float|null $after_id (optional)
4306
-
* @param float|null $limit (optional)
4305
+
* @param string|null $after_id (optional)
4306
+
* @param int|null $limit (optional)
4307
4307
* @param string[]|null $tags (optional)
4308
4308
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPostsPublic'] to see the possible values for this operation
4309
4309
*
@@ -4430,8 +4430,8 @@ public function getFeedPostsPublicWithHttpInfo($tenant_id, $after_id = null, $li
4430
4430
* FastComments PHP API Client - A SDK for interacting with the FastComments API
4431
4431
*
4432
4432
* @param string $tenant_id (required)
4433
-
* @param float|null $after_id (optional)
4434
-
* @param float|null $limit (optional)
4433
+
* @param string|null $after_id (optional)
4434
+
* @param int|null $limit (optional)
4435
4435
* @param string[]|null $tags (optional)
4436
4436
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPostsPublic'] to see the possible values for this operation
4437
4437
*
@@ -4454,8 +4454,8 @@ function ($response) {
4454
4454
* FastComments PHP API Client - A SDK for interacting with the FastComments API
4455
4455
*
4456
4456
* @param string $tenant_id (required)
4457
-
* @param float|null $after_id (optional)
4458
-
* @param float|null $limit (optional)
4457
+
* @param string|null $after_id (optional)
4458
+
* @param int|null $limit (optional)
4459
4459
* @param string[]|null $tags (optional)
4460
4460
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPostsPublic'] to see the possible values for this operation
4461
4461
*
@@ -4507,8 +4507,8 @@ function ($exception) {
4507
4507
* Create request for operation 'getFeedPostsPublic'
4508
4508
*
4509
4509
* @param string $tenant_id (required)
4510
-
* @param float|null $after_id (optional)
4511
-
* @param float|null $limit (optional)
4510
+
* @param string|null $after_id (optional)
4511
+
* @param int|null $limit (optional)
4512
4512
* @param string[]|null $tags (optional)
4513
4513
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFeedPostsPublic'] to see the possible values for this operation
4514
4514
*
@@ -4540,7 +4540,7 @@ public function getFeedPostsPublicRequest($tenant_id, $after_id = null, $limit =
0 commit comments