Add base REST provider framework classes
authorRob Crittenden <rcritten@redhat.com>
Thu, 26 Feb 2015 20:50:37 +0000 (15:50 -0500)
committerSimo Sorce <simo@redhat.com>
Fri, 27 Feb 2015 21:05:49 +0000 (16:05 -0500)
commit7957f8d19d6693de52c758cad76cd61480ec336f
tree2699c54ee08a54df7cf302e4278b93673ca0d013
parent075c3c53f72fde8e18af3f505249bef8812b7da3
Add base REST provider framework classes

These classes handle mounting the REST plugins.

The starting mount point is: /idp/rest/providers

https://fedorahosted.org/ipsilon/ticket/26

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
ipsilon/providers/common.py
ipsilon/rest/__init__.py [new file with mode: 0644]
ipsilon/rest/common.py [new file with mode: 0644]
ipsilon/rest/providers.py [new file with mode: 0644]