You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Ilgiz Islamgulov <il...@gmail.com> on 2012/07/23 20:25:37 UTC

[dev] GSOC: REST interface for Libcloud. Weekly report #8

Hello.

Over the last week, I updated docstrings for compute providers , so now
libcloud.rest can provide information about compute providers.
Response example is provided here:
http://islamgulov.com:5000/0.1/compute/providers/rackspace
The response format will slightly change in future. For example return
value description will be added to the response.

Now Libcloud.REST doesn't support invoke for extra arguments/methods,
implement invoke for such methods is the main task for the next week.

Again, the source code is here https://github.com/islamgulov/libcloud.rest.