API Overview
Auth
Upload
|
| |
API Overview |
| |
This webservice currently provides a programmatic way to upload files to your OpenDrive account.
With this Webservice you can integrate your website with OpenDrive, write your own client and anything, your imagination is your limit.
This Webservice is totally implemented over the HTTP/1.1 protocol, adding some extra Headers for authentication.
Request Schema
All the webservices have a very simple behavior to simplify RPC, with parameters and authentication.
All the RPC calls start with the URL https://www.opendrive.com/api/ followed by the function that you want to call.
For instance if you want to call the function <foo>, then you should call the URL: https://www.opendrive.com/api/foo.
As any function in regular programming languages, our functions calls can receive parameters, as simple GET parameters.
For instance, all functions receive the parameter format, which has a default value of JSON, and possible values are JSON, XML and PHP (PHP serialization). |
| |
|
| |
|
|
|