| » Metadata |
» Status |
|
|
|
| » Description |
|
Services_Scribd is an interface to communicate with Scribd's REST-based public API. The Scribd API gives consumers the ability to upload, convert, modify, delete, and search within documents. |
| » Dependencies |
» Links |
- simplexml
- mbstring
- HTTP_Request2-0.4.0
|
|
| » Timeline |
» Changelog |
-
First Draft: 2009-03-18
- Proposal: 2009-04-28
- Call for Votes: 2009-06-29
|
Rich Schumacher [2009-05-01 18:02 UTC] Added the GitHub download URL.
Rich Schumacher [2009-05-17 08:14 UTC] Made several improvements based on comments received:
* Use HTTP_Request2 in lieu of curl directly
* Added ability to set a custom HTTP_Request2 adatper
* Separated account related concerns into a new Services_Scribd_Account class
* Added and updated unit tests to get 100% code coverage
* Cleaned up the doc blocks
Rich Schumacher [2009-06-05 05:42 UTC] * Modified Servicse_Scribd_Common::sendRequest() to only set the HTTP_Request2 adapter if it is not null.
* Fix the package name and version string that is sent out during the request.
* Updated the unit tests to comply with the new changes. Also used the HTTP_Request2 mock adapter, which is a lifesaver.
|