Method: Content#get_authors

Defined in:
lib/user/content/content.rb

#get_authorsObject

Get authors.

Get authors.

Example

@data = @mints_user.get_authors

44
45
46
# File 'lib/user/content/content.rb', line 44

def get_authors
    return @client.raw("get", "/content/authors")
end