{"id":15063680,"url":"https://github.com/kortirso/lingvo","last_synced_at":"2026-01-02T06:55:52.881Z","repository":{"id":57516988,"uuid":"162625972","full_name":"kortirso/lingvo","owner":"kortirso","description":"Elixir client for ABBYY Lingvo API","archived":false,"fork":false,"pushed_at":"2018-12-30T18:58:15.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T08:19:41.248Z","etag":null,"topics":["abbyy","api-client","elixir","elixir-library","lingvo","phoenix"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kortirso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-20T20:01:50.000Z","updated_at":"2018-12-30T18:58:17.000Z","dependencies_parsed_at":"2022-09-15T21:23:32.729Z","dependency_job_id":null,"html_url":"https://github.com/kortirso/lingvo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Flingvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Flingvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Flingvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Flingvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kortirso","download_url":"https://codeload.github.com/kortirso/lingvo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243778988,"owners_count":20346649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abbyy","api-client","elixir","elixir-library","lingvo","phoenix"],"created_at":"2024-09-25T00:05:57.381Z","updated_at":"2026-01-02T06:55:52.839Z","avatar_url":"https://github.com/kortirso.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lingvo\n\nElixir client for ABBYY Lingvo API\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `lingvo` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:lingvo, \"~\u003e 0.9.0\"}\n  ]\nend\n```\n\n## Using\n\n### Get access token\n\nAn API key can be set in your application's config.\n```elixir\n  config :lingvo, api_key: \"LINGVO_API_KEY\"\n```\n\nThen make request for getting access_token\n```elixir\n  Lingvo.authenticate\n```\n\n### Translate word or phrase\n\nAn API key can be set in your application's config.\n\n```elixir\n  Lingvo.translate([text: \"Hola\", from: \"es\", to: \"ru\"], access_token)\n```\n  text - Word or phrase to translate, required\n  from - Source language, ISO 639-1 format, required\n  to - Target language, ISO 639-1 format, required\n  case_sensitivity - If you need case-sensitive search then just add any value, optional, default is false\n  access_token - Access token from authentication, required\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kortirso/lingvo.\n\n## License\n\nThe package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Disclaimer\n\nUse this package at your own peril and risk.\n\n## Documentation\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/learn_kit](https://hexdocs.pm/learn_kit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkortirso%2Flingvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkortirso%2Flingvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkortirso%2Flingvo/lists"}