For comprehensive information, please visit Social+ API Docs.
| Stage | URL |
|---|---|
| develop | https://api-dev.docs.social.plus/develop |
To validate swagger.yaml, you can use the redocly-cli tool.
Install the redocly using npm:
npm installValidate the OpenAPI specification with the following command:
npm run lintTo run a local server, follow these steps:
-
Install Live Server, a VSCode extensions:
-
Run
npm run prepare-local -
Start Live server in
local/index.htmlfile:
