Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

### Go to [the website](https://iheartradio.github.io/thomas/) for documentation.

## API Documentation (Swagger UI)

When the server is running, interactive API documentation is available at:

```
http://localhost:8080/swagger-ui
```

The machine-readable OpenAPI 3.0 spec is served at:

```
http://localhost:8080/swagger/openapi.yaml
```


## Copyright and License

Expand Down
Loading