pros-cli
pros-cli copied to clipboard
Refactor HttpDepot class for new JSON configuration
To allow support for the new JSON configuration for branchline templates the HttpDepot class need to be reorganized to identify the correct template and get the correct zip file for the desired version of the template. Check the branchline design doc for more details.
This is also a chance to investigate the relationship between the Depot
and HttpDepo
classes to clean up and refactor.
Refer to the branchline design doc for more information.