Files
google-apis-rs/etc/api/shared.yaml
Sebastian Thiel 2d77857aaf feat(mako): generic source/output mappings
This includes proper handling of dependencies.
The code is concise, pythonic and quite 'cody', but does the job just
fine.
2015-03-01 18:04:00 +01:00

27 lines
782 B
YAML

# Contains values shared among all API implementations
directories:
# directory under which all generated sources should reside
output: ./generated
# how to get from `output` back to common library
common: ../
# where are all the API meta files
api_base: ./etc/api
# all mako source files
mako_src: ./src/mako
api:
list:
- name: youtube
version: v3
base_path: "etc/api"
templates:
# all output directories are relative to the one set for the respective API
- source: cargo.toml
# output_dir: optional - not there if unset
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