Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API] Request with GET method cannot have Body #1315

Open
powerkimhub opened this issue Aug 31, 2024 · 3 comments
Open

[API] Request with GET method cannot have Body #1315

powerkimhub opened this issue Aug 31, 2024 · 3 comments
Assignees
Labels
API enhancement New feature or request

Comments

@powerkimhub
Copy link
Member

powerkimhub commented Aug 31, 2024

@powerkimhub powerkimhub added enhancement New feature or request API labels Aug 31, 2024
@powerkimhub powerkimhub self-assigned this Aug 31, 2024
@powerkimhub
Copy link
Member Author

  • 다음 Price Info 제공 API도 점검 필요
    • {"GET", "/priceinfo/:ProductFamily/:RegionName", GetPriceInfo}, // GET with a body for backward compatibility
    • {"POST", "/priceinfo/:ProductFamily/:RegionName", GetPriceInfo}, // POST with a body for standard

@powerkimhub
Copy link
Member Author

powerkimhub commented Sep 2, 2024

  • NLB 다음 API 점검 필요
    • {"GET", "/getnlbowner", GetNLBOwnerVPC},
    • {"POST", "/getnlbowner", GetNLBOwnerVPC},

@powerkimhub
Copy link
Member Author

  • Cluster 다음 API 점검 필요
    • {"GET", "/getclusterowner", GetClusterOwnerVPC},
    • {"POST", "/getclusterowner", GetClusterOwnerVPC},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant