Files
tp/webservice.md

23 lines
548 B
Markdown
Raw Normal View History

2025-11-05 10:34:17 +01:00
## Scalar
Create world-class API Docs with a built-in interactive playground which seamlessly turns to a full featured API Client
```shell
$ docker run --detach --name scalar \
environment:
API_REFERENCE_CONFIG: |
{
"sources":[
{ "url": "https://postgrest.localhost" }
],
"theme": "purple"
}
networks:
- proxy_net
labels:
caddy: scalar.localhost
caddy.reverse_proxy: "{{upstreams 8080}}"
caddy.tls: internal
scalarapi/api-reference:0.4.2
```