Skip to content

tomob/clj-dropbox-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Clojure bindings to the Dropbox API with OAuth2

clj-dropbox-oauth2 provides clojure bindings to the Dropbox API. It uses Oauth2 as authorization/authentication mechanism. However, it does not provide any means to authenticate clients. Use friend-oauth2 or clj-oauth2 to authenticate users with Dropbox

The library depends upon `clj-oauth2'.

Installation

Add project dependency:

[clj-dropbox-oauth2 "0.1.1"]

Usage

(require '[clj-dropox-oauth2.dropbox :as dropbox])

;; request user's access token by other means...

(def found-files (dropbox/search access-token :dropbox "/path/to/directory" "*.pdf"))

(def file (dropbox/file access-token "/path/to/my/file.txt"))

License

Copyright © 2014 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Simple Clojure bindings for Dropbox API with OAuth2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •