Name : perl-File-Dropbox
| |
Version : 0.7
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 2.54
| Date : 2024-08-05 19:29:26
|
Group : Development/Libraries/Perl
| Source RPM : perl-File-Dropbox-0.7-2.54.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : Convenient and fast Dropbox API abstraction
|
Description :
\'File::Dropbox\' provides high-level Dropbox API abstraction based on Tie::Handle. Code required to get \'access_token\' and \'access_secret\' for signed OAuth 1.0 requests or \'access_token\' for OAuth 2.0 requests is not included in this module. To get \'app_key\' and \'app_secret\' you need to register your application with Dropbox.
At this moment Dropbox API is not fully supported, \'File::Dropbox\' covers file read/write and directory listing methods. If you need full API support take look at WebService::Dropbox. \'File::Dropbox\' main purpose is not 100% API coverage, but simple and high-performance file operations.
Due to API limitations and design you can not do read and write operations on one file at the same time. Therefore handle can be in read-only or write-only state, depending on last call to open. Supported functions for read-only state are: open, close, seek, tell, readline, read, sysread, getc, eof. For write-only state: open, close, syswrite, print, printf, say.
All API requests are done using Furl module. For more accurate timeouts Net::DNS::Lite is used, as described in Furl::HTTP. Furl settings can be overriden using \'furlopts\'.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/openSUSE_Tumbleweed/noarch |