v0.0.8 | CORS 설정에 X-NHN-Appkey 헤더 허용 추가
All checks were successful
Build And Test / build-and-push (push) Successful in 36s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-15 00:32:00 +09:00
parent 10ba64d3d1
commit 57526a0f13
12 changed files with 3018 additions and 36 deletions

View File

@ -3,6 +3,7 @@ from .compute import ApiCompute
from .vpc import ApiVpc
from .nks import ApiNks
from .storage import ApiStorageObject
from .dnsplus import ApiDnsPlus
__all__ = [
"NHNCloudToken",
@ -10,4 +11,5 @@ __all__ = [
"ApiVpc",
"ApiNks",
"ApiStorageObject",
"ApiDnsPlus",
]