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
What would you like to be added
REST API는 주로 단일 리소스에 대해 CRUD하기 위해 입력/출력 단위로 동작하므로, 특정 작업을 하기 위해서 여러가지 API를 순차적으로 실행해야 하는 비효율적인 상황이 발생할 수 있음.
예를 들어, 특정 API 실행을 위해서 동적으로 생성되는 IP 주소를 입력하려면, IP 주소 조회 API 수행을 선행해야 함.
API의 request body 의 key:value set에서 value 에 해당하는 값에 내장함수(특정 조건의 리소스 ID 조회 기능 등)를 표시할 수 있다면, API의 활용도가 높아질 것으로 판단됨.
(구현 방법)
(적용 대상)
The text was updated successfully, but these errors were encountered:
seokho-son
No branches or pull requests
What would you like to be added
REST API는 주로 단일 리소스에 대해 CRUD하기 위해 입력/출력 단위로 동작하므로,
특정 작업을 하기 위해서 여러가지 API를 순차적으로 실행해야 하는 비효율적인 상황이 발생할 수 있음.
예를 들어,
특정 API 실행을 위해서 동적으로 생성되는 IP 주소를 입력하려면,
IP 주소 조회 API 수행을 선행해야 함.
API의 request body 의 key:value set에서 value 에 해당하는 값에 내장함수(특정 조건의 리소스 ID 조회 기능 등)를 표시할 수 있다면,
API의 활용도가 높아질 것으로 판단됨.
(구현 방법)
(적용 대상)
The text was updated successfully, but these errors were encountered: