Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 1.87 KB

api_reference.rst

File metadata and controls

75 lines (62 loc) · 1.87 KB

Hint

Use quick_start to quickly jump to examples

API Reference

Interface types

b2sdk API is divided into two parts, public <api_public> and internal <api_internal>. Please pay attention to which interface type you use.

Tip

Pinning versions <semantic_versioning> properly ensures the stability of your application.

Public API

api/application_key api/account_info api/cache api/api api/exception api/bucket api/file_lock api/data_classes api/downloaded_file api/enums api/progress api/sync api/utils api/transfer/emerge/write_intent api/transfer/outbound/outbound_source api/encryption/setting api/encryption/types

Internal API

Note

See Internal interface <internal_interface> chapter to learn when and how to safely use the Internal API

api/internal/session api/internal/raw_api api/internal/b2http api/internal/requests api/internal/utils api/internal/cache api/internal/stream/chained api/internal/stream/hashing api/internal/stream/progress api/internal/stream/range api/internal/stream/wrapper api/internal/scan/folder_parser api/internal/scan/folder api/internal/scan/path api/internal/scan/policies api/internal/scan/scan api/internal/sync/action api/internal/sync/exception api/internal/sync/policy api/internal/sync/policy_manager api/internal/sync/sync api/internal/transfer/inbound/downloader/abstract api/internal/transfer/inbound/downloader/parallel api/internal/transfer/inbound/downloader/simple api/internal/transfer/inbound/download_manager api/internal/transfer/outbound/upload_source api/internal/raw_simulator