rust_sync_force 0.3.2

Salesforce Sync REST API Client
Documentation
1
2
3
4
/// The version of the cometd protocol to use
pub static COMETD_VERSION: &'static str = "1.0";
/// The supported connection types
pub static COMETD_SUPPORTED_TYPES: [&'static str; 1] = ["long-polling"];