Package io.deeplumen.ucp.helpers
Class UcpRoutes
java.lang.Object
io.deeplumen.ucp.helpers.UcpRoutes
Common UCP HTTP route paths.
These are provided as optional string constants. They do not enforce any routing behavior, versioning policy, or server-specific compatibility aliases.
Usage:
URI wellKnown = baseUri.resolve(UcpRoutes.WELL_KNOWN_UCP);
URI complete = baseUri.resolve(UcpRoutes.checkoutSessionComplete(checkoutId));
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcheckoutSessionById(String checkoutId) static StringcheckoutSessionCancel(String checkoutId) static StringcheckoutSessionComplete(String checkoutId)
-
Field Details
-
WELL_KNOWN_UCP
- See Also:
-
CHECKOUT_SESSIONS
- See Also:
-
-
Method Details
-
checkoutSessionById
-
checkoutSessionComplete
-
checkoutSessionCancel
-