Skip to content

Commit

Permalink
Add workaround version for NetBox v3.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Sep 5, 2024
1 parent 9ef8a11 commit 27d4d19
Show file tree
Hide file tree
Showing 6 changed files with 40,145 additions and 32,556 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "thanix_client"
version = "2.0.1"
version = "1.2.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/"
description = "A netbox API client used as a reference for the Nazara project. Generated from the schema of https://demo.netbox.dev/ and custom workaround added."
readme = "README.md"
license = "MIT"

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
This output was automatically generated by `Thanix` (github.com/The-Nazara-Project/Thanix).

Version `2.0.0` was created for NetBox Version `v4.X.X`.

> [!Note]
>
> This version (`v1.2.0`) contains a custom workaround for handling unsanitary response data found in NetBox Version `v3.6.9`.
> It should only be used with this version of NetBox.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Your library code goes here.
#[macro_use]

extern crate serde;
extern crate reqwest;

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

0 comments on commit 27d4d19

Please sign in to comment.