Skip to content

Commit 736075b

Browse files
committed
docs improvements
1 parent 37056df commit 736075b

5 files changed

Lines changed: 383 additions & 2 deletions

File tree

config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSingleRequestParameter": true,
3+
"description": "FastComments PHP API Client - A SDK for interacting with the FastComments API",
34
"artifactDescription": "FastComments PHP API Client - A SDK for interacting with the FastComments API",
45
"artifactUrl": "https://fastcomments.com",
56
"licenseName": "MIT",
@@ -8,10 +9,10 @@
89
"packageName": "fastcomments/client",
910
"apiPackage": "Api",
1011
"modelPackage": "Model",
11-
"developerName": "FastComments LLC",
12+
"developerName": "FastComments",
1213
"developerEmail": "support@fastcomments.com",
1314
"developerOrganization": "FastComments",
1415
"developerOrganizationUrl": "https://fastcomments.com",
1516
"gitRepoId": "fastcomments-php",
16-
"authorizeHint": "The FastComments API uses two types of endpoints: DefaultApi which requires an API key for authentication, and PublicApi which can be accessed without authentication (often from browsers/client SDKs using SSO)."
17+
"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)."
1718
}

docs/Api/DefaultApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# FastComments\Client\DefaultApi
22

3+
FastComments PHP API Client - A SDK for interacting with the FastComments API
4+
35
All URIs are relative to http://localhost, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/PublicApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# FastComments\Client\PublicApi
22

3+
FastComments PHP API Client - A SDK for interacting with the FastComments API
4+
35
All URIs are relative to http://localhost, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

0 commit comments

Comments
 (0)