forem_openapi_client 1.0.0

Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out [DEV](https://www.dev.to). All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentication. Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format. Generated at 2023-04-10T05:06:38.929104+00:00
Documentation
[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.11"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_with]
version = "^2.0"

[dependencies.url]
version = "^2.2"

[dependencies.uuid]
features = ["serde"]
version = "^1.0"
[dev-dependencies.openapi_lib_generator]
default-features = false
features = []
version = "0.2.3"

[lib]
crate-type = ["rlib"]
edition = "2021"
name = "forem_openapi_client"
path = "src/lib.rs"
required-features = []

[package]
authors = ["OpenAPI Generator team and contributors", "Plastic Arts Show <plasticartsshow@gmail.com>", ""]
categories = ["web-programming", "api-bindings", "authentication"]
description = "Access Forem articles, users and other resources via API.         For a real-world example of Forem in action, check out [DEV](https://www.dev.to).         All endpoints can be accessed with the 'api-key' header and a accept header, but         some of them are accessible publicly without authentication.          Dates and date times, unless otherwise specified, must be in         the [RFC 3339](https://tools.ietf.org/html/rfc3339) format.\n Generated at 2023-04-10T05:06:38.929104+00:00"
edition = "2021"
keywords = ["forem", "OpenAPI", "web"]
license = "Unlicense"
name = "forem_openapi_client"
readme = "README.md"
version = "1.0.0"