mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-29 15:49:45 +01:00
* put program type inforamtion into shared.yaml to allow accessing it from the index.html.mako template. Fixes #51
51 lines
2.0 KiB
YAML
51 lines
2.0 KiB
YAML
api:
|
|
credentials: "{\"installed\":{\"auth_uri\":\"https://accounts.google.com/o/oauth2/auth\",\"client_secret\":\"hCsslbCUyfehWMmbkG8vTYxG\",\"token_uri\":\"https://accounts.google.com/o/oauth2/token\",\"client_email\":\"\",\"redirect_uris\":[\"urn:ietf:wg:oauth:2.0:oob\",\"oob\"],\"client_x509_cert_url\":\"\",\"client_id\":\"620010449518-9ngf7o4dhs0dka470npqvor6dc5lqb9b.apps.googleusercontent.com\",\"auth_provider_x509_cert_url\":\"https://www.googleapis.com/oauth2/v1/certs\"}}"
|
|
blacklist:
|
|
# exclude APIs which currently don't build correctly. State the reason for the exclusion as well
|
|
# to allow looking at it at a later point.
|
|
# in beta, there is not a single method !
|
|
- dataflow
|
|
terms:
|
|
# how to actually do something with the API
|
|
action: doit
|
|
# when a resource is supposed to be uploaded
|
|
upload_action: upload
|
|
# Contains values shared among all API implementations
|
|
make:
|
|
# All known program ids.
|
|
types:
|
|
- id: api
|
|
target_suffix: ''
|
|
documentation_engine: rustdoc
|
|
- id: cli
|
|
target_suffix: -cli
|
|
documentation_engine: mkdocs
|
|
directories:
|
|
# directory under which all generated sources should reside
|
|
output: gen
|
|
# 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
|
|
# The subdirectory to contain documentation from all APIs and related programs
|
|
doc_subdir: doc
|
|
cargo:
|
|
repo_base_url: https://github.com/Byron/google-apis-rs
|
|
doc_base_url: http://byron.github.io/google-apis-rs
|
|
authors:
|
|
# don't forget to possibly add them to copyright authors
|
|
- Sebastian Thiel <byronimo@gmail.com>
|
|
keywords: [google]
|
|
# All APIs should live in the same repository
|
|
repository_url: https://github.com/Byron/google-apis-rs
|
|
urls:
|
|
authenticator_delegate: ../yup-oauth2/trait.AuthenticatorDelegate.html
|
|
copyright:
|
|
license_abbrev: "MIT"
|
|
# should at some point be 2015-2016 ...
|
|
years: '2015'
|
|
authors:
|
|
- 'Sebastian Thiel'
|