{"id":18951039,"url":"https://github.com/moonwalker/gowiraya","last_synced_at":"2026-03-28T17:30:16.230Z","repository":{"id":57499536,"uuid":"125042754","full_name":"moonwalker/gowiraya","owner":"moonwalker","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-05T08:28:48.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-01T02:18:41.768Z","etag":null,"topics":["backend"],"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/moonwalker.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":"2018-03-13T11:44:26.000Z","updated_at":"2020-09-18T11:13:18.000Z","dependencies_parsed_at":"2024-06-20T09:27:06.535Z","dependency_job_id":"1e362968-8c53-41bc-999f-4fee502299ca","html_url":"https://github.com/moonwalker/gowiraya","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/moonwalker%2Fgowiraya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fgowiraya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fgowiraya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fgowiraya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonwalker","download_url":"https://codeload.github.com/moonwalker/gowiraya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239950274,"owners_count":19723643,"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":["backend"],"created_at":"2024-11-08T13:26:04.698Z","updated_at":"2026-03-28T17:30:16.153Z","avatar_url":"https://github.com/moonwalker.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoWiraya\n\nGo library for sending SMS with Wiraya.\n\nNote that the ip needs to be whitelisted at Wiraya.\n\n## Usage\n\n```go\nclient, err := gowiraya.NewWirayaClient(\"xapikey\")\nif err != nil {\n    fmt.Println(err)\n    return\n}\n\ndata := gowiraya.SendMessage{\n    Recipient: \"4612345678\",\n    Sender:    \"Test\",\n    Message:   \"This is the message\",\n}\n\nresp, err := client.SendMessageFromAlpha(data)\nif err != nil {\n    fmt.Println(err)\n    return\n}\n\ndata2 := gowiraya.MessageStatus{\n    MessageId: resp.Result,\n}\n\nresp2, err := client.GetMessageStatus(data2)\nif err != nil {\n    fmt.Println(err)\n    return\n}\n\nfmt.Println(\"Status for message: \" + resp2.Result)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fgowiraya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonwalker%2Fgowiraya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fgowiraya/lists"}