Skip to content

Commit

Permalink
feat: register more endpoints, define custom schema for `Presentation…
Browse files Browse the repository at this point in the history
…DefinitionResource`
  • Loading branch information
daniel-mader committed Dec 17, 2024
1 parent 0547da6 commit 756710f
Show file tree
Hide file tree
Showing 11 changed files with 356 additions and 73 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agent_api_rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tower-http.workspace = true
tracing.workspace = true
url.workspace = true
uuid.workspace = true
utoipa = { version = "5.2", features = ["axum_extras", "chrono", "yaml"] }
utoipa = { version = "5.2", features = ["axum_extras", "chrono", "uuid", "url", "yaml"] }
utoipa-scalar = { version = "0.2", features = ["axum"] }
# TODO: wait for new release that contains PR juhaku/utoipa#1002 (current version `=5.0.0-alpha.1`)
# utoipa = { git = "https://github.com/juhaku/utoipa.git", rev = "f2a7143", features = [
Expand Down
Loading

0 comments on commit 756710f

Please sign in to comment.