foxclient 5.2.5

Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
Documentation
[dependencies.reqwest]
default-features = false
features = ["json", "multipart"]
version = "^0.12"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"

[dependencies.url]
version = "^2.5"

[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.8"

[lib]
name = "foxclient"
path = "src/lib.rs"

[package]
authors = ["admin@orangefox.tech"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = " Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement.  To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit.  The requests may be logged for analytics and development purposes. "
edition = "2021"
license = "Unlicense"
name = "foxclient"
readme = "README.md"
version = "5.2.5"