Skip to content

Commit 230becf

Browse files
Merge pull request #5 from gpu-cli/fix/issues-2-and-3
fix: resolve $ref params, path-item params, url collision, and use raw identifiers
2 parents cb6f34e + cc9b5a7 commit 230becf

92 files changed

Lines changed: 3355884 additions & 191 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi-to-rust"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
rust-version = "1.85.0"
66
authors = ["James Lalonde"]

examples/complete_workflow.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ fn demonstrate_rust_api(
311311
streaming_config: None,
312312
nullable_field_overrides: std::collections::BTreeMap::new(),
313313
schema_extensions: vec![],
314+
enable_registry: false,
315+
registry_only: false,
314316
};
315317

316318
// Generate code

specs/anthropic.yaml

Lines changed: 15757 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)