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

Move REST endpoint to v1 #4771

Merged
merged 4 commits into from
Jun 7, 2024
Merged

Commits on Jun 7, 2024

  1. Move REST endpoint to v1

    The current REST implemenation is associated to /v1 path and the /rest
    path is a redirect to the /v1.
    
    This would make easier to switch between REST implementations.
    fmarco76 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5f60163 View commit details
    Browse the repository at this point in the history
  2. Move current REST APIs to v1 package

    The current rest APIs are moved to a subpackage named `v1`. The new
    implementation has moved to the subpackage `v1`. The new implementation
    has moved to the subpackage `v2`. This will simplify the selective
    building of REST implementation.
    
    Subsystems ACME and EST have not been modified because they use REST to
    implement the protocol and this requires extra effort.
    fmarco76 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    511a307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bacb8f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    281ecb0 View commit details
    Browse the repository at this point in the history