Home » Web Services » Services_Scribd
Interface for Scribd's public API.
This package is unmaintained.
Download latest release 0.2.0 (archived versions might be outdated)
License: New BSD License
Description
Services_Scribd is an interface to communicate with Scribd's public API. The Scribd API gives consumers the ability to upload, convert, modify, delete, and search within documents.
Maintainers
- Rich Schumacher (richid) — lead, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.6.4)
- HTTP_Request2 (>= 0.4.0)
- simplexml (extension)
- mbstring (extension)
Releases
- 0.2.0 (beta, 2013-04-06)
Release notes
License: New BSD License
* Make Services_Scribd->timeout variable public for ease of configuration.
* Update list of allowed document formats in Docs endpoints.
* Added several missing Docs endpoints: uploadThumb, getCategories, browse, featured, search, getStats
* Added Thumbnail and Collections API endpoints.
* Minor CS and unit testing improvements. - 0.1.1 (alpha, 2009-08-05)
Release notes
License: New BSD License
Fixed a bug where the 'file' POST param wasn't being unset before the HTTP request was made. This prevented the docs.upload from working properly.
- 0.1.0 (alpha, 2009-07-22)
Release notes
License: New BSD License
Initial public release for version 0.1.0
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #16495 | Closed | Bug | 0.1.0 | 2009-08-05 | docs.upload() endpoint does not upload document properly |
| #16746 | Closed | Bug | 0.1.1 | 2009-10-28 | Timeout Too Soon On Upload |
| #19067 | Closed | Bug | 0.1.1 | 2011-11-24 | Wrong array / not enough document types in array |