[Julia,HTTP] Rest API Usage with OAuth

Julia에서 HTTP 패키지를 사용하여 OAuth기반의 REST API를 호출하는 방법을 알아 봅니다. OAuth의 Grant type은 password 방식입니다. 부여 받은 client_id와 client_secret으로 Basic Auth로 access_token을 얻습니다. access_token을 “Authorization: Bearer xxxxx”를 header에 넣고 api를 호출 합니다

[Julia,HTTP] Rest API Usage with OAuth Read More »