mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-22 21:46:22 +02:00
Merge pull request #258 from davemachado/add-cloud-storage-apis
Add cloud storage APIs
This commit is contained in:
commit
ab75669e49
1 changed files with 10 additions and 0 deletions
10
README.md
10
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,15 @@ 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 |
|
||||
|---|---|---|---|
|
||||
| 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
|
||||
|
||||
| API | Description | Auth | Link |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue