nominal-api 0.1239.0

API bindings for the Nominal platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[doc(inline)]
pub use self::video_file_service::{
    VideoFileService, AsyncVideoFileService, VideoFileServiceEndpoints,
    AsyncVideoFileServiceEndpoints,
};
#[doc(inline)]
pub use self::video_segment_service::{
    VideoSegmentService, AsyncVideoSegmentService, VideoSegmentServiceEndpoints,
    AsyncVideoSegmentServiceEndpoints,
};
#[doc(inline)]
pub use self::video_service::{
    VideoService, AsyncVideoService, VideoServiceEndpoints, AsyncVideoServiceEndpoints,
};
pub mod video_file_service;
pub mod video_segment_service;
pub mod video_service;