[ISSUE-114] Add comprehensive JavaDoc and documentation to CFTunnels #115

Merged
hitanshu merged 14 commits from Dave/CFTunnels:ISSUE-114 into main 2026-04-18 13:28:28 +00:00
Showing only changes of commit 047433fe60 - Show all commits

View File

@ -1,5 +1,7 @@
# CFTunnels - Cloudflare Tunnels Management API # CFTunnels - Cloudflare Tunnels Management API
> **Note**: All pull requests should be raised against the `test` branch.
A Spring Boot REST API for managing Cloudflare Tunnels with ingress mappings and an approval workflow. A Spring Boot REST API for managing Cloudflare Tunnels with ingress mappings and an approval workflow.
## Overview ## Overview
@ -181,4 +183,4 @@ Private - All rights reserved
- [Cloudflare Tunnel Documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/) - [Cloudflare Tunnel Documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/)
- [Cloudflare API v4](https://api.cloudflare.com/) - [Cloudflare API v4](https://api.cloudflare.com/)
- [Spring Boot Documentation](https://docs.spring.io/spring-boot/docs/current/reference/) - [Spring Boot Documentation](https://docs.spring.io/spring-boot/docs/current/reference/)