Skip to content

Commit

Permalink
chore: update deps & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Nov 23, 2023
1 parent 7c832f9 commit 152b7dd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
18 changes: 16 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="language" content="en">
<meta name="author" content="Filip Seman">
<meta name="robots" content="index, follow">
<meta name="description" content="Websupport OpenAPI">
<meta name="description" content="Websupport SwaggerUI">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Websupport OpenAPI</title>
<link
rel="stylesheet"
href="https://esm.sh/swagger-ui@5.1.0/dist/swagger-ui.css"
/>
</head>

<head>
<title>Websupport OpenAPI</title>
Expand All @@ -12,7 +26,7 @@
<meta name="description" content="Websupport SwaggerUI">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="https://esm.sh/swagger-ui@5.4.1/dist/swagger-ui.css" />
<link rel="stylesheet" href="https://esm.sh/swagger-ui@5.10.2/dist/swagger-ui.css" />
</head>

<body>
Expand All @@ -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"
}
}
</script>
Expand Down
Binary file added docs/swagger-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 152b7dd

Please sign in to comment.