Commit Graph

2 Commits

Author SHA1 Message Date
HWANG BYUNGHA
6497e29ea3 Update plans router to match Vultr API v2 query parameters
- Rename plan_type parameter to type with Query alias
- Increase default per_page from 25 to 500

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:44:15 +09:00
HWANG BYUNGHA
184054c6c1 Initial commit: Vultr API v2 Python wrapper with FastAPI server
- vultr_api/: Python library wrapping Vultr API v2
  - 17 resource modules (instances, dns, firewall, vpc, etc.)
  - Pagination support, error handling

- server/: FastAPI REST server
  - All API endpoints exposed via HTTP
  - X-API-Key header authentication
  - Swagger docs at /docs

- Podman quadlet config for systemd deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 01:08:17 +09:00