feat: add search filter, refactor params
This commit is contained in:
parent
44e14a4ae0
commit
25de7d678a
24 changed files with 374 additions and 72 deletions
|
|
@ -1,15 +1,10 @@
|
|||
//! YouTube API request and response models
|
||||
|
||||
pub mod locale;
|
||||
mod ordering;
|
||||
mod paginator;
|
||||
mod param;
|
||||
pub mod richtext;
|
||||
pub mod stream_filter;
|
||||
|
||||
pub use locale::{Country, Language};
|
||||
pub use paginator::Paginator;
|
||||
pub use param::ChannelOrder;
|
||||
|
||||
use std::ops::Range;
|
||||
|
||||
|
|
|
|||
Reference in a new issue