Skip to content

project-badass/ShwiftyDropbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShwiftyDropbox

A Swift SDK for integrating with the Dropbox API v2 (preview version).

Setup

To get started with ShwiftyDropbox, we recommend you add it to your project using CocoaPods.

  1. Install CocoaPods: sudo gem install cocoapods

  2. If you've never used Cocoapods before, run: pod setup

  3. In your project directory, create a new file and call it "Podfile". Add the following text to the file:

  platform :ios, '8.0'
  use_frameworks!

  pod 'ShwiftyDropbox', :git => '[email protected]:project-badass/ShwiftyDropbox.git', :tag => '0.7.1'
  1. From the project directory, install the ShwiftyDropbox SDK with: pod install

Creating an application

You need to create an Dropbox Application to make API requests.

Obtaining an access token

All requests need to be made with an OAuth 2 access token. To get started, once you've created an app, you can go to the app's console and generate an access token for your own Dropbox account.

Examples

  • PhotoWatch - View photos from your Dropbox on your Apple Watch.

Read more

Read more about ShwiftyDropbox on our developer site.

About

Swift SDK for the Dropbox API v2 preview.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 91.3%
  • Objective-C 8.6%
  • Ruby 0.1%