Coder Social home page Coder Social logo

swiftydropbox's Introduction

SwiftyDropbox

A Swift SDK for integrating with the Dropbox API v2.

Setup

To get started with SwiftyDropbox, 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 'SwiftyDropbox', '~> 3.0.0'
  4. From the project directory, install the SwiftyDropbox 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 SwiftyDropbox on our developer site.

swiftydropbox's People

Contributors

bitkaitsu avatar braincore avatar calvinlow2 avatar enkrates avatar inderkumarrathore avatar jennify avatar joeljfischer avatar leah avatar readmecritic avatar rpearl avatar tokorom avatar varenc avatar wkiefer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.