Module: Crowdin
- Defined in:
- lib/crowdin-api/client/client.rb,
lib/crowdin-api.rb,
lib/crowdin-api/core/errors.rb,
lib/crowdin-api/core/request.rb,
lib/crowdin-api/client/version.rb,
lib/crowdin-api/core/send_request.rb,
lib/crowdin-api/api_resources/tasks.rb,
lib/crowdin-api/api_resources/teams.rb,
lib/crowdin-api/api_resources/users.rb,
lib/crowdin-api/core/errors_raisers.rb,
lib/crowdin-api/api_resources/labels.rb,
lib/crowdin-api/client/configuration.rb,
lib/crowdin-api/api_resources/bundles.rb,
lib/crowdin-api/api_resources/reports.rb,
lib/crowdin-api/api_resources/vendors.rb,
lib/crowdin-api/api_resources/projects.rb,
lib/crowdin-api/api_resources/storages.rb,
lib/crowdin-api/api_resources/webhooks.rb,
lib/crowdin-api/api_resources/languages.rb,
lib/crowdin-api/api_resources/workflows.rb,
lib/crowdin-api/api_resources/glossaries.rb,
lib/crowdin-api/api_resources/screenshots.rb,
lib/crowdin-api/core/fetch_all_extensions.rb,
lib/crowdin-api/api_resources/applications.rb,
lib/crowdin-api/api_resources/dictionaries.rb,
lib/crowdin-api/api_resources/source_files.rb,
lib/crowdin-api/api_resources/translations.rb,
lib/crowdin-api/api_resources/distributions.rb,
lib/crowdin-api/api_resources/notifications.rb,
lib/crowdin-api/api_resources/source_strings.rb,
lib/crowdin-api/api_resources/string_comments.rb,
lib/crowdin-api/api_resources/translation_memory.rb,
lib/crowdin-api/api_resources/translation_status.rb,
lib/crowdin-api/api_resources/string_translations.rb,
lib/crowdin-api/api_resources/machine_translation_engines.rb
Overview
A wrapper and interface to the Crowdin API. Please visit the Crowdin developers site for a full explanation of what each of the Crowdin api methods expect and perform.
support.crowdin.com/api/v2/ support.crowdin.com/enterprise/api/
Defined Under Namespace
Modules: ApiResources, Errors, Web Classes: Client, Configuration
Constant Summary collapse
- API_RESOURCES_MODULES =
API Resources modules
%i[Storages Languages Projects Workflows SourceFiles Translations SourceStrings StringTranslations StringComments Screenshots Glossaries TranslationMemory MachineTranslationEngines Reports Tasks Users Teams Vendors Webhooks Dictionaries Distributions Labels TranslationStatus Bundles Notifications Applications].freeze
- ERROR_RAISERS_MODULES =
Error Raisers modules
%i[ApiErrorsRaiser ClientErrorsRaiser].freeze