Skip to content

Commit

Permalink
Fix BnaPost type in OAS and client
Browse files Browse the repository at this point in the history
Fixes the `BnaPost` type in the OpenApi Specification and in the api
client.

Drive-by:
- Uses the `Uuid` type when applicable.

Signed-off-by: Rémy Greinhofer <[email protected]>
  • Loading branch information
rgreinho committed Nov 2, 2024
1 parent b5eb2ec commit bb47617
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 156 deletions.
8 changes: 5 additions & 3 deletions bnaclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ readme = "README.md"
repository = "https://github.com/PeopleForBikes/bna-api/tree/main/bnaclient"

[dependencies]

bytes = "1.0"
futures-core = "0.3"
percent-encoding = "2.3"
reqwest = { workspace = true, default-features = false, features = [
"json",
"stream",
] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
serde_urlencoded = "0.7"
bytes = "1.0"
futures-core = "0.3"
percent-encoding = "2.3"
uuid = { workspace = true }
Loading

0 comments on commit bb47617

Please sign in to comment.