We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
항상 헷갈렸던 부분인데 정리해봤으면 좋겠습니다. 일반적으론 어떻게 둘을 구분하여 사용하는지 궁금하네요.
The text was updated successfully, but these errors were encountered:
resource에 대한 식별을 할때는 Path Variable을 사용하고 필터링이나 정렬 등 추가적인 정보를 넘길 때는 Query Parmeter를 사용하는게 최선책이라고 합니다. https://ryan-han.com/post/translated/pathvariable_queryparam/
RESTful API 개발을 할 때에도 특정 자원을 요청할때 Path variable를 사용하는게 원칙이기도 합니다.
Sorry, something went wrong.
No branches or pull requests
항상 헷갈렸던 부분인데 정리해봤으면 좋겠습니다. 일반적으론 어떻게 둘을 구분하여 사용하는지 궁금하네요.
The text was updated successfully, but these errors were encountered: