zfcampus / zf-apigility

BSD 3-Clause "New" or "Revised" License
258 stars 51 forks source link

separate module configs for different api versions #128

Open nclundsten opened 9 years ago

nclundsten commented 9 years ago

this is all related to how the underlying code of the ui reads/writes the api configs for versions to module.config.php

currently: a src/Rest/V1/Rest and a src/Rest/V2/Rest have shared config in module.config.php

proposed change would be something like: src/Rest/V1/Rest with a config/module.v1.rest.config.php src/Rest/V2/Rest with a config/module.v2.rest.config.php

this would allow for easy drop-in/removal of api versions by just merging the extra config in Module.php::getConfig()

michalbundyra commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools; a new issue has been opened at https://github.com/laminas-api-tools/api-tools/issues/48.