-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ovdc, template, and system request handlers
- ovdc_request_handler.py became ovdc_handler.py - Removed unnecessary classes (ServiceProcessor) - Moved all generic OVDC code to ovdc_utils.py - ovdc_handler.py is responsible for using the request dict and auth token to pass relevant data to the generic ovdc functions. It is also responsible for validating request dict keys relevant to the operation
- Loading branch information
Showing
11 changed files
with
675 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.