Java/JSP

SMS 발송서비스 만들기(feat. 네이버클라우드 SENS 이용) #2

성엽이 2019. 7. 7. 03:22

이번에 연습해볼 것은

 

POSTMAN 을 이용해서 SMS 발송해보자.

 

A powerful GUI platform to make your API development faster & easier, from building API requests through testing, documentation and sharing.

 

API를 테스트하고, 테스트 결과를 확인하고 API 개발의 생산성을 높여주는 플랫폼 이라고 한다.

 

https://www.getpostman.com/

 

Postman | API Development Environment

Postman is the only complete API development environment used by more than 7 million developers and 300,000 companies worldwide.

www.getpostman.com

https://youtu.be/Ayo_KdLLcTA?list=PLM-7VG-sgbtBE0mqMBlAYNuqTkhJzFjlP

 

 


 

1. Collections 에서 Collection 을 생성

2. requestes 를 설정

3. 보낼 파일형식지정(JSON)

4. HEADER/BODY 작성

5. Send

6. 응답결과 확인

7. 결과

 

 

 

 

 

정리는 내일..