Hello. This is my ninth weekly report on the progress of Libcloud REST project.
The first thing that I did this week was implementing invoke for extra methods. So now Libcloud.REST support provider specific methods.Providers specific methods API endpoints looks like "POST /<api version>/compute/<provider>/<method_name>". Extra arguments support for basic methods was implemented only for create_node endpoint, I'm going to add extra arguments support for all basic methods next week. Also method return value description and provider required x-headers was added to provider information endpoint. For example: https://gist.github.com/3094419. Plans for the next week - Update docstrings for DNS and LoadBalancer drivers - Provider extra arguments support for basic methods - Write Libcloud.REST documentation Again, the source code is here https://github.com/islamgulov/libcloud.rest.
