Skip to content

Commit

Permalink
Add OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Oct 23, 2024
1 parent 448fe23 commit 77f4eb0
Show file tree
Hide file tree
Showing 12 changed files with 6,737 additions and 605 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Introduced OpenAPI spec generation
- `/openapi.json` endpoint now returns the generated spec
- `/swagger` endpoint serves an embedded Swagger UI for viewing the spec directly in the running server
- OpenAPI schema is available in the repo `resources/openapi.json` beside its multi-tenant version
- Added endpoint to read a recently uploaded file (`GET /platform/file/upload/{upload_token}`)
### Changed
- Upgrade kamu-cli version to `0.205.0`:
- Simplified organization of startup initialization code over different components
Expand Down
Loading

0 comments on commit 77f4eb0

Please sign in to comment.