Method: Ayadn::Endpoints#user
- Defined in:
- lib/ayadn/endpoints.rb
#user(username) ⇒ Object
accepts a string
205 206 207 |
# File 'lib/ayadn/endpoints.rb', line 205 def user(username) # accepts a string "#{@users_url}#{username}?access_token=#{Settings.user_token}&include_user_annotations=1" end |