I built a tool that generates API docs from your source code - no annotations, no server running, no Swagger config
DocuPoints는 서버 없이 API 문서를 자동 생성하는 도구입니다.
DocuPoints는 개발자가 소스 코드에서 API 문서를 자동으로 생성할 수 있도록 돕는 데스크탑 애플리케이션입니다. 기존의 Swagger 설정이나 주석 기반 도구들과는 달리, 사용자는 서버를 실행할 필요 없이 프로젝트 폴더를 스캔하여 모든 엔드포인트, 요청 및 응답 구조를 자동으로 추출할 수 있습니다. 이는 API 변경 이력 관리에 유리하며, 여러 서비스에서 문서를 통합 관리할 수 있습니다.
DocuPoints is a tool that automatically generates API docs without requiring a server.
DocuPoints is a desktop application that helps developers automatically generate API documentation from source code. Unlike existing tools that rely on Swagger configuration or annotations, users can scan their project folder without running a server. It extracts all endpoints, request and response details, and even keeps track of API changes over time, making it easier to manage documentation across multiple services.