Net::Dropbox::API

A Dropbox API interface
Download

Net::Dropbox::API Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Lenz Gschwendtner
  • Publisher web site:
  • http://search.cpan.org/~norbu/

Net::Dropbox::API Tags


Net::Dropbox::API Description

A Dropbox API interface Net::Dropbox::API is a Dropbox API interface written in Perl.Developer commentsThe Dropbox API is a OAuth based API. I try to abstract as much away as possible so you should not need to know too much about it. This is how it works: use Net::Dropbox::API; my $box = Net::Dropbox::API->new({key => 'KEY', secret => 'SECRET'}); my $login_link = $box->login; # user needs to click this link and login $box->auth; # oauth keys get exchanged my $info = $box->account_info; # and here we have our account infoSee the examples for a working Mojolicious web client using the Dropbox API. Requirements: · Perl


Net::Dropbox::API Related Software