Fast Ref / API Reference / Manage

reload_all_references()

下载 Markdown

Usage Example — Reload Only When Changed

from os_fast_ref.api import FastRefAPI

api = FastRefAPI()
status = api.check_file_status()

if any(s['status'] == 'outdated' for s in status['data']):
    result = api.reload_all_references()
    print(f"Reload: {result['success_count']} succeeded, {result['failed_count']} failed")
💬

Need help with the API?

Open a support ticket or join the community discussion.

联系支持