pub fn format_preview(preview: impl AsRef<str>) -> String
Expand description
Formats a GitHub preview from it’s name into the full value for the
Accept
header.
assert_eq!(octocrab::format_preview("machine-man"), "application/vnd.github.machine-man-preview");