Skip to content
New issue

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

API versioning #21

Open
ChromaChroma opened this issue Jul 4, 2022 · 0 comments
Open

API versioning #21

ChromaChroma opened this issue Jul 4, 2022 · 0 comments
Labels
feature Add new functionality

Comments

@ChromaChroma
Copy link
Collaborator

ChromaChroma commented Jul 4, 2022

Goal

Find an easy way to version the api's

Posibilities

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

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

@ChromaChroma ChromaChroma added the feature Add new functionality label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new functionality
Projects
Archived in project
Development

No branches or pull requests

1 participant