construct_event_url

Function construct_event_url 

Source
pub fn construct_event_url(
    since: Option<u64>,
    limit: Option<u64>,
    events: impl AsRef<[EventType]>,
) -> Result<String>