{"id":15194401,"url":"https://github.com/oniestel/go-wns","last_synced_at":"2025-10-12T10:15:15.417Z","repository":{"id":53783921,"uuid":"112072669","full_name":"oniestel/go-wns","owner":"oniestel","description":"Simple Go package for working with Windows Push Notification Services (WNS).","archived":false,"fork":false,"pushed_at":"2021-03-14T09:03:09.000Z","size":4,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T06:47:12.818Z","etag":null,"topics":["go","golang","notification","package","push","windows","windows-10","wns"],"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/oniestel.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-11-26T10:08:35.000Z","updated_at":"2023-09-08T15:33:08.000Z","dependencies_parsed_at":"2022-09-02T13:11:53.143Z","dependency_job_id":null,"html_url":"https://github.com/oniestel/go-wns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oniestel/go-wns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniestel%2Fgo-wns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniestel%2Fgo-wns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniestel%2Fgo-wns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniestel%2Fgo-wns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oniestel","download_url":"https://codeload.github.com/oniestel/go-wns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniestel%2Fgo-wns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011053,"owners_count":26084864,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","notification","package","push","windows","windows-10","wns"],"created_at":"2024-09-27T23:00:25.835Z","updated_at":"2025-10-12T10:15:15.397Z","avatar_url":"https://github.com/oniestel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-wns\nSimple Go package for working with Windows Push Notification Services (WNS).\n\n## Example\n```\nclient := wns.Client{}\nclient.Init(\"{Package Security Identifier}\", \"{Client Secret}\")\nnotification := wns.NewToast().SetTemplate(\"ToastText02\").\n  AddText(\"1\", \"Title\").\n  AddText(\"2\", \"Text\")\n\nsuccess, err := client.Send(\"{Channel URL}\", notification)\nif err != nil {\n  log.Println(err.Code, err.Message)\n}\n```\n\nYou can find more templates [here](https://msdn.microsoft.com/en-us/library/windows/apps/hh761494).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniestel%2Fgo-wns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foniestel%2Fgo-wns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniestel%2Fgo-wns/lists"}