get_official_json_changes

Function get_official_json_changes 

Source
pub fn get_official_json_changes(pkg_name: &str) -> Option<String>
Expand description

What: Get cached JSON changes for an official package.

Inputs:

  • pkg_name: Package name to look up.

Output:

  • Some(String) with change description if changes were detected; None otherwise.

Details:

  • Returns changes that were detected during the last fetch_official_package_date call.