- ApiVpc에 IGW CRUD 추가 (/v2.0/internetgateways, external_network_id 사용)
- IGW/RoutingTable/Subnet-attach View 및 URL 신규 (모두 동기)
- API_SPEC.md 3.7.1~3.7.8 네트워크 섹션 추가
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- FloatingIpAttachView: LB의 vip_port_id를 조회하여 Floating IP 연결
- FloatingIpDetachView: Floating IP 연결 해제
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add NHNBaseView with authentication_classes = []
- All NHN View classes now inherit from NHNBaseView
- Kong already validates JWT, no need for Django to re-validate
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change username field from EmailField to CharField in TokenRequestSerializer
- NHN Cloud API validates credentials, backend shouldn't restrict format
- Bump version to v0.0.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- NHN Cloud API packages: token, vpc, compute, nks, storage
- REST API endpoints with Swagger documentation
- Async task processing for long-running operations
- CORS configuration for frontend integration
- Enhanced logging for debugging API calls
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>