Skip to content

Commit

Permalink
Make all query struct fields public
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Sep 24, 2024
1 parent b9bbd9c commit 9a07736
Show file tree
Hide file tree
Showing 6 changed files with 9,869 additions and 9,868 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thanix_client"
version = "2.0.2"
version = "2.1.0"
authors = ["Christopher Hock <[email protected]>"]
edition = "2021"
description = "A netbox API client used as a reference for the Nazara project. Generated from the schema of https://demo.netbox.dev/"
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ extern crate reqwest;

pub mod util;
pub mod paths;
pub mod types;
pub mod types;
pub mod version;
Loading

0 comments on commit 9a07736

Please sign in to comment.