mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Feature search channel (#3)
* Simple search API Initial support for searching for channels. Additionally the parsing of the instance url got improved (e.g accept URLs without protocol). * Fixed crash with negative video amount * Implement search suggestion
This commit is contained in:
parent
8a7a87824f
commit
d339785568
4 changed files with 71 additions and 2 deletions
|
@ -29,6 +29,10 @@ path = "video.rs"
|
|||
name = "search_suggestions"
|
||||
path = "search_suggestions.rs"
|
||||
|
||||
[[example]]
|
||||
name = "search_channel"
|
||||
path = "search_channel.rs"
|
||||
|
||||
[[example]]
|
||||
name = "comments"
|
||||
path = "comments.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue