Module fastly_api::apis::publish_api
source · Structs
- struct for passing parameters to the method
publish
Enums
- struct for typed errors of method
publish
Functions
- Send one or more messages to Fanout subscribers. Each message specifies a channel, and Fanout will deliver the message to all subscribers of its channel. > IMPORTANT: For compatibility with GRIP, this endpoint requires a trailing slash, and the API token may be provided in the
Authorization
header (instead of theFastly-Key
header) using theBearer
scheme.