mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-29 15:49:45 +01:00
We are parsing required scalar values and handle parse-errors correctly, to the point were we make a simple, non-upload doit() call. It shows that we seem to build invalid calls, for now,but that's nothing we can't fix once the time is ripe. Next goals will be related to finalizing the argument parsing code. Fixes #60
30 lines
709 B
YAML
30 lines
709 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.5"
|
|
keywords: [protocol, web, api]
|
|
dependencies:
|
|
- url = "*"
|
|
- serde = ">= 0.3.0"
|
|
- serde_macros = "*"
|