Skip to content

A new and improved perl library for interfacing with the mygengo API.

License

Notifications You must be signed in to change notification settings

ekric/mygengo-perl-new

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation & Requirements

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.

Question, Comments, Complaints?

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!

Documentation

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!

About

A new and improved perl library for interfacing with the mygengo API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%