{"id":16419979,"url":"https://github.com/jpadilla/ivona-go","last_synced_at":"2025-03-23T07:31:50.636Z","repository":{"id":21157694,"uuid":"24460355","full_name":"jpadilla/ivona-go","owner":"jpadilla","description":"Go client library for IVONA Speech Cloud API","archived":false,"fork":false,"pushed_at":"2016-06-01T07:38:50.000Z","size":172,"stargazers_count":15,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T18:45:13.315Z","etag":null,"topics":["go","ivona"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpadilla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-25T14:03:37.000Z","updated_at":"2022-10-28T11:59:46.000Z","dependencies_parsed_at":"2022-07-29T18:39:56.893Z","dependency_job_id":null,"html_url":"https://github.com/jpadilla/ivona-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpadilla%2Fivona-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpadilla%2Fivona-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpadilla%2Fivona-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpadilla%2Fivona-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpadilla","download_url":"https://codeload.github.com/jpadilla/ivona-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245071836,"owners_count":20556352,"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":["go","ivona"],"created_at":"2024-10-11T07:26:30.769Z","updated_at":"2025-03-23T07:31:50.356Z","avatar_url":"https://github.com/jpadilla.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go IVONA [![Build Status](https://travis-ci.org/jpadilla/ivona-go.svg?branch=master)](https://travis-ci.org/jpadilla/ivona-go)\n\nGo client library for [IVONA Speech Cloud API](http://www.ivona.com/us/).\n\n## Supported API Calls\n\n- CreateSpeech\n\n## Versioning\n\nEach revision of the binding is tagged and the version is updated accordingly.\n\nGiven Go's lack of built-in versioning, it is highly recommended you use a\n[package management tool](https://code.google.com/p/go-wiki/wiki/PackageManagementTools) in order\nto ensure a newer version of the binding does not affect backwards compatibility.\n\nTo see the list of past versions, run `git tag`. To manually get an older\nversion of the client, clone this repo, checkout the specific tag and build the\nlibrary:\n\n```sh\ngit clone https://github.com/jpadilla/ivona-go.git\ncd ivona-go\ngit checkout api_version_tag\nmake build\n```\n\n## Installation\n\n```\ngo get github.com/jpadilla/ivona-go\n```\n\n## Documentation\n\nFor details on all the functionality in this library, see the [GoDoc](http://godoc.org/github.com/jpadilla/ivona-go) documentation.\n\n## Example usage\n\n```go\npackage main\n\nimport (\n    \"log\"\n\n    ivona \"github.com/jpadilla/ivona-go\"\n)\n\nfunc main() {\n    client := ivona.New(\"IVONA_ACCESS_KEY\", \"IVONA_SECRET_KEY\")\n    options := ivona.NewSpeechOptions(\"Hello World\")\n    r, err := client.CreateSpeech(options)\n\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    log.Printf(\"%v\\n\", len(r.Audio))\n    log.Printf(\"%v\\n\", r.ContentType)\n    log.Printf(\"%v\\n\", r.RequestID)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpadilla%2Fivona-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpadilla%2Fivona-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpadilla%2Fivona-go/lists"}