Skip to content

Commit

Permalink
Add wicketd-client (#1930)
Browse files Browse the repository at this point in the history
Add a progenitor generated-client using the wicketd openapi spec.

The structure of the output for the `/inventory` endpoint was changed
since tuples are unsupported. While doing this, I prepared for further
changes that will include a `Vec<SpComponentInfo>` per SP. That code
is currently awaiting some progenitor additions to allow deriving types
like `Eq, Ord`, etc... on arbitrary types so that wicket can reuse
MGS types directly.

While waiting for those changes, I'll begin integrating wicket and
wicketd.
  • Loading branch information
andrewjstone authored Nov 10, 2022
1 parent 0ab1d53 commit 27f5ff8
Show file tree
Hide file tree
Showing 13 changed files with 597 additions and 18 deletions.
19 changes: 19 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ members = [
"test-utils",
"wicket",
"wicketd",
"wicketd-client"
]

default-members = [
Expand Down
Loading

0 comments on commit 27f5ff8

Please sign in to comment.