mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-24 04:01:11 +01:00
As GSL failed in my first attempt to get the example program going, it might be better to try something else before too much time is spend. Fortunately, pyratemp **seems** to be something usable, and even if not, it might be possible to make it usable as it's just a 'simple' python script that I might be able to understand, if need be.
20 lines
565 B
YAML
20 lines
565 B
YAML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Contains values shared among all API implementations -->
|
|
<shared>
|
|
<!-- All APIs we are able to supposed build -->
|
|
<apis base-path="etc/api">
|
|
<api name="youtube" version="v3"/>
|
|
</apis>
|
|
<cargo>
|
|
<build version="0.0.1"/>
|
|
<authors>
|
|
<author name="Sebastian Thiel" email="byronimo@gmail"/>
|
|
</authors>
|
|
<keywords>
|
|
<word name="google"/>
|
|
<word name="protocol"/>
|
|
</keywords>
|
|
<!-- All APIs should live in the same repository -->
|
|
<repository url="https://github.com/Byron/youtube-rs"/>
|
|
</cargo>
|
|
</shared> |