-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ByteOtter
committed
Sep 24, 2024
1 parent
b9bbd9c
commit 9a07736
Showing
6 changed files
with
9,869 additions
and
9,868 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ extern crate reqwest; | |
|
||
pub mod util; | ||
pub mod paths; | ||
pub mod types; | ||
pub mod types; | ||
pub mod version; |
Oops, something went wrong.