Method: Content#get_authors
- Defined in:
- lib/user/content/content.rb
#get_authors ⇒ Object
Get authors.
Get authors.
Example
@data = @mints_user.
44 45 46 |
# File 'lib/user/content/content.rb', line 44 def return @client.raw("get", "/content/authors") end |