diff --git a/README.md b/README.md index e162974..7291631 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # Websupport OpenAPI +![Alt text](docs/swagger-ui.png) + This specification has been manually created using available [documentation], but it's possible that there are errors or missing new features as the API evolves over time. I'm making an effort to keep it up to date. +[documentation]: https://rest.websupport.sk/docs/index + I would greatly appreciate any contributions or updates to the OpenAPI file to address any issues. -[swagger-ui] - # Auth See [documentation][auth-documentation] with examples. +[auth-documentation]: https://rest.websupport.sk/docs/v1.intro + You may also explore [signature.sh](./scripts/signature.sh), which is based on the examples provided in the documentation. - -[auth-documentation]: https://rest.websupport.sk/docs/v1.intro -[documentation]: https://rest.websupport.sk/docs/index -[swagger-ui]: http://xseman.github.io/websupport.openapi diff --git a/docs/index.html b/docs/index.html index 654394d..f271d27 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,19 @@ + + + + + + + + + Websupport OpenAPI + + Websupport OpenAPI @@ -12,7 +26,7 @@ - + @@ -21,7 +35,7 @@ { "imports": { "crypto-js": "https://esm.sh/crypto-js", - "swagger-ui-dist": "https://esm.sh/swagger-ui-dist@5.4.1" + "swagger-ui-dist": "https://esm.sh/swagger-ui-dist@5.10.2" } } diff --git a/docs/swagger-ui.png b/docs/swagger-ui.png new file mode 100644 index 0000000..6c38c94 Binary files /dev/null and b/docs/swagger-ui.png differ