Ruby interface for the Lokalise APIv2 that represents returned data as Ruby objects.
View the Project on GitHub lokalise/ruby-lokalise-api
@client.teams(params = {}) # Input:
## params (hash)
### :page and :limit
# Output:
## Collection of teams
For example:
@client.teams page: 2, limit: 1