From a1d8970fdbd8e3b011d16e0d64ca26c285f04588 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:37:57 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1cbd7a2..b863822c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ For information on contributing to this project, please see the [contributing gu * [Books](#books) * [Business](#business) * [Calendar](#calendar) +* [Cloud Storage & File Sharing](#cloud-storage--file-sharing) * [Currency Exchange](#currency-exchange) * [Development](#development) * [Documents & Productivity](#documents--productivity) @@ -95,6 +96,12 @@ For information on contributing to this project, please see the [contributing gu | Holidays | Free API for obtaining information about holidays. | No | [Go!](http://holidayapi.com/) | | Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | +### Cloud Storage & File Sharing + +| API | Description | Auth | Link | +|---|---|---|---| +| Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | + ### Currency Exchange | API | Description | Auth | Link | From 506e4b5939c312e8ad2b073d8f673e341ab9159e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:40:54 -0500 Subject: [PATCH 2/4] Update README.md Add Google Drive API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b863822c..068263fe 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | +| Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | ### Currency Exchange From ef6cb05e3888be197156a7a70c6c5c8342cd3b0b Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:47:30 -0500 Subject: [PATCH 3/4] Add Box API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 068263fe..79e940b5 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| +| Box | File Sharing and Storage | `oAuth` | [Go!](https://developer.box.com/) | | Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | | Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | From 9ac6ad3f1fed0bbcbd46d4690edfabd11cb3ee50 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:52:16 -0500 Subject: [PATCH 4/4] Add OneDrive API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79e940b5..8dd4f3d6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ For information on contributing to this project, please see the [contributing gu | Box | File Sharing and Storage | `oAuth` | [Go!](https://developer.box.com/) | | Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | | Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | +| OneDrive | File Sharing and Storage | `oAuth` | [Go!](https://dev.onedrive.com/) | ### Currency Exchange