https://github.com/xseman/websupport.openapi
Websupport OpenAPI
https://github.com/xseman/websupport.openapi
openapi swagger websupport
Last synced: 2 months ago
JSON representation
Websupport OpenAPI
- Host: GitHub
- URL: https://github.com/xseman/websupport.openapi
- Owner: xseman
- License: apache-2.0
- Created: 2023-06-05T07:26:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T08:14:27.000Z (12 months ago)
- Last Synced: 2025-07-09T08:58:16.211Z (12 months ago)
- Topics: openapi, swagger, websupport
- Language: Shell
- Homepage: https://xseman.github.io/websupport.openapi
- Size: 324 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Websupport REST API v1
## Why
The actual Websupport API documentation is not in OpenAPI format, which makes it
hard to integrate to your favourite language or tool. This repository contains
an OpenAPI 3.0 specification for the Websupport API based on the [documentation]
which might be outdated or incomplete.
[documentation]: https://rest.websupport.sk/docs/index
## OpenAPI
I would greatly appreciate any contributions or updates to the [OpenAPI
definition][openapi] to address any issues.
[openapi]: ./openapi.yaml
### 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.