{"id":26187238,"url":"https://github.com/genesor/twiliolo","last_synced_at":"2025-04-15T00:46:17.425Z","repository":{"id":57481093,"uuid":"85211418","full_name":"genesor/twiliolo","owner":"genesor","description":"Golang API wrapper for Twilio API [WIP]","archived":false,"fork":false,"pushed_at":"2017-06-07T10:35:33.000Z","size":40,"stargazers_count":25,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T00:45:54.983Z","etag":null,"topics":["go","golang","twilio","twilio-api","twilio-go"],"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/genesor.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":"2017-03-16T15:26:43.000Z","updated_at":"2020-10-07T11:17:03.000Z","dependencies_parsed_at":"2022-09-26T17:50:38.520Z","dependency_job_id":null,"html_url":"https://github.com/genesor/twiliolo","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/genesor%2Ftwiliolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genesor%2Ftwiliolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genesor%2Ftwiliolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genesor%2Ftwiliolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genesor","download_url":"https://codeload.github.com/genesor/twiliolo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986277,"owners_count":21194025,"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","golang","twilio","twilio-api","twilio-go"],"created_at":"2025-03-11T23:47:51.293Z","updated_at":"2025-04-15T00:46:17.408Z","avatar_url":"https://github.com/genesor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twiliolo\n\nGolang API wrapper for Twilio API [WIP]\n\n[![Build Status](https://travis-ci.org/genesor/twiliolo.svg?branch=master)](https://travis-ci.org/genesor/twiliolo)\n[![Go Report Card](https://goreportcard.com/badge/github.com/genesor/twiliolo)](https://goreportcard.com/report/github.com/genesor/twiliolo)\n[![GoDoc](https://godoc.org/github.com/genesor/twiliolo?status.svg)](https://godoc.org/github.com/genesor/twiliolo)\n\n\n\n# Installation\n\n``` bash\ngo get github.com/genesor/twiliolo\n```\n\n# Documentation\n\n[GoDoc](http://godoc.org/github.com/genesor/twiliolo)\n\n# Usage\n\n## Get an Incoming phone number with its Sid\n\n``` go\npackage main\n\nimport (\n  \"fmt\"\n  \"net/http\"\n  \"github.com/genesor/twiliolo\"\n)\n\nfunc main() {\n  client := twiliolo.NewClient(\"ACCOUNT_SID\", \"AUTH_TOKEN\", \u0026http.Client{})\n\n  number, err := client.IncomingPhoneNumber.Get(\"NUMBER_SID\")\n  if err != nil {\n    fmt.Println(err)\n  } else {\n    fmt.Println(number.FriendlyName)\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenesor%2Ftwiliolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenesor%2Ftwiliolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenesor%2Ftwiliolo/lists"}