|
Project Information
Featured
Downloads
Links
|
SummaryRambla Web Services (RAWS) is the common denominator for a number of web services which expose a programmatic interface to different parts of Rambla's CDN and related services.
Please note that you must have a Rambla account before you can use these services. For more information, contact Rambla or see the Rambla Wiki Pages. Client LibrariesIMPORTANT: Future versions of RAWS (all services, including the new META service) will use JSON as the primary data format for client communication. They will keep supporting the ATOM/XML data format for backward compatibility, but new features may only be accessible using a JSON client. Therefore, we strongly recommend the use of our JSON client libraries for any new development ! The JSON client libraries are available at the following locations: If you want to extend an existing project or if you are looking for information about existing code, see the sections below. PHPThe trunk contains a "php" directory, where you'll find the RawsClient directory (complete client libraries) and some scripts demonstrating how to use these libraries. For more details on how to install and use the client libraries, see the dedicated Wiki Page. An overview of the client API methods, generated from code comments, is also available for download. PythonThe trunk contains a "python" directory, where you'll find the rawsc package and some scripts demonstrating how to use these libraries. For more details on how to install and use the client libraries, see the PythonClient wiki page. An overview of the client API methods, generated from code comments, is also available for download. |