Expand description
A curated set of imports for function authors: use apiplant_function::prelude::*;.
Re-exports§
pub use crate::reply;pub use crate::Context;pub use crate::Email;pub use crate::Hook;pub use crate::Sent;
Enums§
- Http
Method - HTTP verb a function endpoint responds to.
- LogLevel
- Severity for
HostApi::log. - Visibility
- Who is allowed to call a function’s (or resource’s) endpoint.
Traits§
- Json
Schema #[derive(JsonSchema)]for typed OpenAPI (with theschemafeature). A type which can be described as a JSON Schema document.
Derive Macros§
- Json
Schema #[derive(JsonSchema)]for typed OpenAPI (with theschemafeature).