Skip to content

Bash scripts and toolkits for using the My Acclaro REST API to create orders and send content to Acclaro linguists for professional translation. Visit https://developers.acclaro.com to learn more or contact [email protected]

Notifications You must be signed in to change notification settings

AcclaroInc/AcclaroAPI-Toolkits-Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 

Repository files navigation

Description

The purpose of this script is to facilitate our dev clients a seamless integration to My Acclaro REST API.

The script is intended to be run on Bash 5.x or newer, older versions have not been tested, please bear this in mind when using it.

The script offers the possibility of interacting with My Acclaro Portal and requesting Acclaro services without leaving your current environment.

Got any questions? Contact [email protected] or file an issue

My Acclaro API Features & Benefits

  • RESTful endpoints to keep your content strings and files current across all locales
  • Speed up market launches of new, multilingual content
  • Replace manual workflows with automatic source content submission and target content imports via Webhooks
  • Integrate with Acclaro's CMS plugins and connectors for WordPress, Drupal, Craft CMS, Contentful and Adobe Experience Manager (AEM) - learn more
  • Access API order data in the My Acclaro portal

Links & Downloads

Next Steps

Usage

Instructions

  1. Download the script from GitHub or clone our repository in your workstation/server
  2. Run ./myacclaro.sh --help for more info

Additionally, you may check the basic usage instructions in our wiki page here.

Dependencies

The script will check that curl and jq are installed.

cURL

Necessary to hit the REST endpoint. More info about cURL here

Installing cURL in your server/workstation:
Debian/Ubuntu

sudo apt install curl

Redhat/CentOS/fedora

sudo yum install curl

jq

Necessary to parse and format JSON payloads in Bash. More info about jq here

Installing jq in your server/workstation:
Debian/Ubuntu

sudo apt install jq

Redhat/CentOS/fedora

sudo yum install jq

About

Bash scripts and toolkits for using the My Acclaro REST API to create orders and send content to Acclaro linguists for professional translation. Visit https://developers.acclaro.com to learn more or contact [email protected]

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages