An open API service indexing awesome lists of open source software.

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

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.