myGengo Perl Library (for the myGengo API)
Translating your tools and products helps people all over the world access them; this is, of course, a somewhat tricky problem to solve. myGengo is a service that offers human-translation (which is often a higher quality than machine translation), and an API to manage sending in work and watching jobs. This is a Perl interface to make using the API simpler.
This module is not on CPAN yet; to use it, simply include it in your project, then...
use mygengo::mygengo;
To use this module, you'll also need to make sure you have the JSON
and LWP
packages installed from CPAN.
If you have questions or comments and would like to reach us directly, please feel free to do so at the following outlets. We love hearing from developers!
Email: ryan [at] mygengo dot com
Twitter: @mygengo_dev
If you come across any issues, please file them on the Github project issue tracker. Thanks!
Full documentation of each function is below, see gengo.pl for a tested example script.
This should be enough to get anyone started; the library is very well documented, and each function should have accompanying comments and Perldocs if you take a quick read through!