rentease/internal/server
Ruidy fe6beeded5
Some checks failed
CI / checks (push) Has been cancelled
feat(api): include booking URL in sync response
Enhance the booking sync API to return the full booking URL in the
response.
The URL is constructed based on the request's scheme and host,
supporting
both HTTP and HTTPS, and uses the X-Forwarded-Proto header if present.
This provides clients with a direct link to the created booking
resource.
2026-01-01 17:40:57 -04:00
..
auth.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
handle_api_sync.go feat(api): include booking URL in sync response 2026-01-01 17:40:57 -04:00
handle_auth.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
handle_bookings.go Feat/stripe integration (#50) 2025-11-21 15:47:01 +01:00
handle_healthz.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
handle_payments.go Feat/stripe integration (#50) 2025-11-21 15:47:01 +01:00
handle_pdf.go refactor: improve booking error handling and responses 2025-11-17 19:26:45 +01:00
handle_reports.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
handle_stripe_sync.go Feat/stripe integration (#50) 2025-11-21 15:47:01 +01:00
handle_stripe_sync_test.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
handle_stripe_webhook.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
handle_stripe_webhook_test.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
helper.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
middleware.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00
option.go feat/stripe integration (#48) 2025-10-19 15:48:59 +02:00
routes.go Feat/stripe integration (#50) 2025-11-21 15:47:01 +01:00
server.go Feat/stripe integration (#50) 2025-11-21 15:47:01 +01:00
tracing.go feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49) 2025-11-02 21:45:37 +01:00