class Naver::Profile
네이버 회원 프로필 조회
Public Class Methods
me()
click to toggle source
회원 프로필
# File lib/naver/profile.rb, line 6 def me parse(JSON.parse(connection.get("/v1/nid/me").body)["response"]) end
네이버 회원 프로필 조회
회원 프로필
# File lib/naver/profile.rb, line 6 def me parse(JSON.parse(connection.get("/v1/nid/me").body)["response"]) end