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 install
Validate the OpenAPI specification with the following command:
npm run lint
To run a local server, follow these steps:
-
Install Live Server, a VSCode extensions:
-
Run
npm run prepare-local
-
Start Live server in
local/index.html
file: