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