{"id":20841467,"url":"https://github.com/pakej/trioutil-go","last_synced_at":"2026-05-26T12:33:32.711Z","repository":{"id":75734752,"uuid":"74335946","full_name":"pakej/trioutil-go","owner":"pakej","description":"Golang package for use with Trio Mobile SMS Provider.","archived":false,"fork":false,"pushed_at":"2019-12-13T14:35:27.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2023-08-08T04:12:16.733Z","etag":null,"topics":["golang","sms","trio-mobile"],"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/pakej.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-21T07:07:33.000Z","updated_at":"2024-06-19T07:53:25.711Z","dependencies_parsed_at":"2023-06-07T12:30:31.009Z","dependency_job_id":null,"html_url":"https://github.com/pakej/trioutil-go","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2Ftrioutil-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2Ftrioutil-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2Ftrioutil-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2Ftrioutil-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pakej","download_url":"https://codeload.github.com/pakej/trioutil-go/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243197211,"owners_count":20251956,"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":["golang","sms","trio-mobile"],"created_at":"2024-11-18T01:20:13.471Z","updated_at":"2025-12-24T13:02:32.652Z","avatar_url":"https://github.com/pakej.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TrioUtil\n\nTrioUtil is a golang package for use with Trio-Mobile SMS Provider. It's usage is based on Trio-Mobile's API.\n\n## Installation\n\n```\n$ go get github.com/pakej/go-trioutil\n```\n\n## Usage\n\nImport TrioUtil\n```\nimport \"github.com/pakej/go-trioutil\"\n```\n\nCreate a new trioutil reference\n```\ntrio_token := \"my-trio-mobile-token\"\nt := TrioUtil.New(trio_token)\n```\n\nSend an SMS\n```\nresponse, err := t.SendSms(phone, body)\n\nif err != nil {\n  // handle the error\n  return\n}\n\n// do something with response\n```\n\n## Making Changes\n1. Create your feature branch (`git checkout -b new-feature`)\n2. Commit your changes (`git commit -am 'Some cool reflection'`)\n3. Push to the branch (`git push origin new-feature`)\n4. Create new Pull Request\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakej%2Ftrioutil-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpakej%2Ftrioutil-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakej%2Ftrioutil-go/lists"}