We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find an easy way to version the api's
Version packages with copies of the api in them
package.v1.controller package.v1.application package.v2.controller package.v2.application
Or, Versioned / proxied controllers/services
@OriginalEntpoint and input v1controllerProxy(command) { v2controller.do( convertedCommand ) }
Versions can be determined by Major and minor versions i.e. 1.3.2:: 1 is the major version, 3 is the minor version, 2 is the bug/patch update
Create a way of backwards &| backward compatibility
Other ways to version code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Goal
Find an easy way to version the api's
Posibilities
Version packages with copies of the api in them
Or, Versioned / proxied controllers/services
Versions
Versions can be determined by Major and minor versions
i.e. 1.3.2:: 1 is the major version, 3 is the minor version, 2 is the bug/patch update
Create a way of backwards &| backward compatibility
Other ways to version code
The text was updated successfully, but these errors were encountered: