changeset 235:bfafde81aec3 default tip master

Link to example crates
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 30 May 2021 16:19:15 +0200
parents 2ec23776a200
children
files README.md
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun May 30 16:15:47 2021 +0200
+++ b/README.md	Sun May 30 16:19:15 2021 +0200
@@ -12,7 +12,18 @@
 
 ## What it looks like
 
-Consider the documentation of these exemplary APIs:
+There are examples in this repository:
+
+* [`for Google
+Calendar`](https://github.com/dermesser/async-google-apis/blob/master/example_crates/calendar_example/src/main.rs)
+* [`for
+YouTube`](https://github.com/dermesser/async-google-apis/blob/master/example_crates/youtube_example/src/main.rs)
+* [`for Google Cloud
+Storage`](https://github.com/dermesser/async-google-apis/blob/master/example_crates/gcs_example/src/main.rs)
+* [`for Google
+Drive`](https://github.com/dermesser/async-google-apis/blob/master/example_crates/drive_example/src/main.rs)
+
+Also consider the documentation of these exemplary APIs:
 
 * [`calendar:v3`](https://borgac.net/~lbo/doc/target/doc/calendar_example/calendar_v3_types/) for Google Calendar.
 * [`drive:v3`](https://borgac.net/~lbo/doc/target/doc/drive_example/drive_v3_types/) for Google Drive.