Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

separate module configs for different api versions #128

Open
nclundsten opened this issue Aug 11, 2015 · 1 comment
Open

separate module configs for different api versions #128

nclundsten opened this issue Aug 11, 2015 · 1 comment

Comments

@nclundsten
Copy link

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()

@nclundsten nclundsten changed the title feature: separate module configs for different versions separate module configs for different versions Aug 11, 2015
@nclundsten nclundsten changed the title separate module configs for different versions separate module configs for different api versions Aug 11, 2015
@michalbundyra
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools; a new issue has been opened at laminas-api-tools/api-tools#48.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants