Files
google-apis-rs/etc/api/type-api.yaml
Sebastian Thiel 15daf311ea refactor(API): use json_tools::IteratorExt
That way, we can invert the flow and produce more idiomatic code.
[skip ci]
2015-05-09 09:57:26 +02:00

31 lines
739 B
YAML

api:
base_path: "etc/api"
properties:
# additional fields specified by the user
params: '_additional_params'
# custom scopes for authentication
scopes: '_scopes'
make:
id: api
target_name: APIs
target_suffix: ''
aggregated_target_suffix: -api
depends_on_suffix:
global_targets: Yes
documentation_engine: rustdoc
templates:
# all output directories are relative to the one set for the respective API
- source: README.md
- source: ../LICENSE.md
- source: ../Cargo.toml
- source: lib.rs
output_dir: src
cargo:
build_version: "0.1.7"
keywords: [protocol, web, api]
dependencies:
- url = "*"
- serde = ">= 0.3.0"
- serde_macros = "*"
- json-tools = ">= 0.3.0"