Class: Naver::Profile
Overview
네이버 회원 프로필 조회
Class Method Summary collapse
-
.me ⇒ Object
회원 프로필.
Methods inherited from Client
#connection, connection, connection=, parse
Class Method Details
.me ⇒ Object
회원 프로필
6 7 8 |
# File 'lib/naver/profile.rb', line 6 def me parse(JSON.parse(connection.get("/v1/nid/me").body)["response"]) end |