valence/valence
praveenraj e790b6e58d Renamed /flavor to /flavors
When you do GET /v1
it returns the list of supported APIs with their links.
ie.
 "flavors" : [
    {
       "href" : "http://127.0.0.1:8181/v1/flavors/",
       "rel" : "self"
    },
    {
       "rel" : "bookmark",
       "href" : "http://127.0.0.1:8181/flavors/"
    }
but actually,
flavor apis are implemented at /flavor than /flavors.
Now /flavor has been renamed to /flavors.

This closes bug #1642801
Change-Id: I28297234561b06c22b6b083452368e3ba5c74e98
2016-12-05 14:24:23 +05:30
..
api Renamed /flavor to /flavors 2016-12-05 14:24:23 +05:30
cmd Enable gunicorn 'reload' mode for debug 2016-11-12 21:19:11 -08:00
flavors Renamed /flavor to /flavors 2016-12-05 14:24:23 +05:30
redfish Fix h305 python import order issue 2016-11-22 09:17:33 +05:30
tests Add initial redfish unit testing 2016-11-18 16:09:08 -08:00
__init__.py Initial import from external repository 2016-10-07 08:50:05 +08:00
config.py Migrate to flask 2016-11-04 21:08:06 +05:30