Module: Crowdin

Defined in:
lib/crowdin-api.rb,
lib/crowdin-api/errors.rb,
lib/crowdin-api/methods.rb,
lib/crowdin-api/version.rb

Overview

The Crowdin::API library is used for interactions with a crowdin.com website.

Example

require 'crowdin-api'
require 'logger'

crowdin = Crowdin::API.new(:api_key => API_KEY, :project_id => PROJECT_ID)
crowdin.log = Logger.new($stderr)

Defined Under Namespace

Classes: API