Webapi Resource for integrations
Review Request #7105 — Created March 23, 2015 and discarded — Latest diff uploaded
This provides the webapi resource and the views for the integration admin page.
The webapi resource for both Integration and ConfiguredIntegration are provided here. The Integration resource allows for getting the list of Integrations that implements the class and hook defined in review 6918.
The ConfiguredIntegration resource allows GET, PUT and DELETE call to manage individual configured integration.
Unit test done.
Tested with WebapiResource test for both integrations and configuredIntegration resource.