Use Tentacat without authentication
masterIf you do not provide a client struct, Tentacat will perform unauthenticated requests. Note that this limits the available API actions. When not using a client, call the module functions directly without passing a client argument as the first parameter.
# Unauthenticated call
Tentacat.Users.find("edgurgel")