Statistics
| Branch: | Tag: | Revision:

root / api / handlers.py @ ec06b07c

History | View | Annotate | Download (7.9 kB)

# Date Author Comment
ec06b07c 01/15/2011 07:50 am Dimitris Moraitis

js api calls

909f415b 11/26/2010 10:45 pm Faidon Liambotis

Add error handling on /servers read()

2c089b77 11/26/2010 10:34 pm Faidon Liambotis

Add a paginator decorator for limit/offset syntax

This addresses the “Paginated Collections” section of the specification
in a transparent and get-out-of-my-way way.

The functionality is absolutely needed to signal the stop of the list in
the CloudServers Python bindings (at least at the moment).

253f0c82 11/26/2010 10:05 pm Faidon Liambotis

Add an initial implementation of API's /servers read()

635cfd6e 11/26/2010 06:52 pm Faidon Liambotis

Convert faults to return an Exception subclass

Piston's rc from which fault is modeled doesn't do that; however, we
prefer doing things the Django (rather than the Piston) way and make
faults be an Exception subclass.

Piston may not do that but it actually gives us all the tools to do it,...

beb79c95 11/26/2010 06:08 pm Faidon Liambotis

Add Limit handler

fd4828ce 11/26/2010 05:57 pm Faidon Liambotis

Be more explicit about ServerHandler's allowed_methods

ed66d976 11/26/2010 05:38 pm Faidon Liambotis

Add Shared IP Groups handler

c99adc90 11/26/2010 05:32 pm Faidon Liambotis

Add backup schedule handler

dcc6a862 11/26/2010 05:26 pm Faidon Liambotis

Add Iimage handler

427a9220 11/26/2010 05:12 pm Faidon Liambotis

Add Flavor handler

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit