Skip to content

Commit aabed38

Browse files
committed
feat(doit): query string setup
It works for uploads as well as for others. Next up is to setup the head and authentication. It will be as simple as calling and handling `GetToken`, even though I think that there needs to be better support for the scope that is asked for ... .
1 parent da300e0 commit aabed38

7 files changed

Lines changed: 425 additions & 45 deletions

File tree

gen/youtube3/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Handle the following *Resources* with ease ...
2727
* videos (*delete*, *getRating*, *insert*, *list*, *rate* and *update*)
2828
* watermarks (*set* and *unset*)
2929

30+
Everything else about the *YouTube* API can be found at the
31+
[official documentation site](https://developers.google.com/youtube/v3).
32+
3033
# Structure of this Library
3134

3235
The API is structured into the following primary items:

gen/youtube3/cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ keywords = ["youtube", "google", "protocol", "web", "api"]
1616
[dependencies]
1717
hyper = "*"
1818
mime = "*"
19+
url = "*"
1920
rustc-serialize = "*"
2021
yup-oauth2 = "*"
2122

0 commit comments

Comments
 (0)