Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Sep 17, 2024
1 parent eb4eb24 commit e0d3bb0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,11 @@ deserialize again (serde_json::from_value) into a OpenAPI spec for further proce

Alternatively, manually modifying the script is great for one-off changes, but your target spec might be evolving over
time. You can use `git` diffings to partially address this, but it's not ideal.
If you go this route, the [openapi](https://github.com/kurtbuilds/openapiv3_cli) cli tool can help.
If you go this route, the [openapi](https://github.com/kurtbuilds/openapiv3_cli) cli tool can help.

# Roadmap

[ ] Decode anyOf into an enum (IB: submit order array item)
[ ] Response structs can be newtype (IB: submit order)
[ ] Put impl Client methods in the request module files.
[ ] Make sure that request and response structs go in the request module files and not in model/

0 comments on commit e0d3bb0

Please sign in to comment.