{"id":26691376,"url":"https://github.com/itschip/expogo","last_synced_at":"2025-06-12T07:09:45.196Z","repository":{"id":65331865,"uuid":"587804616","full_name":"itschip/expogo","owner":"itschip","description":"Expo API wrapper for Go","archived":false,"fork":false,"pushed_at":"2023-01-14T22:06:12.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T05:41:24.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/itschip.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-01-11T16:18:09.000Z","updated_at":"2023-01-11T16:19:05.000Z","dependencies_parsed_at":"2023-02-09T20:45:46.444Z","dependency_job_id":null,"html_url":"https://github.com/itschip/expogo","commit_stats":null,"previous_names":["derletzteritter/expogo","itschip/expogo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/itschip/expogo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Fexpogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Fexpogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Fexpogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Fexpogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itschip","download_url":"https://codeload.github.com/itschip/expogo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Fexpogo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259418217,"owners_count":22854187,"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":[],"created_at":"2025-03-26T16:18:29.816Z","updated_at":"2025-06-12T07:09:45.167Z","avatar_url":"https://github.com/itschip.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExpoGO\n\n```\ngo get github.com/itschip/expogo\n```\n\n## Example\n\n```go\npackage main\n\nimport (\n        \"log\"\n\n        \"github.com/itschip/expogo\"\n)\n\nfunc main() {\n        client := expogo.NewExpoClient(nil)\n\n        tickets, err := client.SendPushNotification(\u0026expogo.Notification{\n                To:       []string{\"TOKEN_OR_TOKENS\"},\n                Title:    \"Hello World\",\n                Body:     \"This is a test notification\",\n                Priority: expogo.HighPriority,\n        })\n        if err != nil {\n                log.Println(err.Error())\n        }\n\n        for _, ticket := range tickets {\n                log.Println(ticket.ID)\n                if ticket.Status == expogo.ReceiptResponseError {\n                        log.Println(ticket.Details.Error)\n                }\n        }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitschip%2Fexpogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitschip%2Fexpogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitschip%2Fexpogo/lists"}