mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-24 04:01:11 +01:00
13 lines
322 B
YAML
13 lines
322 B
YAML
# Contains values shared among all API implementations
|
|
apis:
|
|
base_path: "etc/api"
|
|
- name: youtube
|
|
version: v3
|
|
cargo:
|
|
build_version: "0.0.1"
|
|
authors:
|
|
- Sebastian Thiel <byronimo@gmail>
|
|
keywords: [google, protocol]
|
|
# All APIs should live in the same repository
|
|
repository_url: https://github.com/Byron/youtube-rs
|