{"id":18637525,"url":"https://github.com/dutchcoders/gonest","last_synced_at":"2025-04-11T09:33:19.283Z","repository":{"id":25286040,"uuid":"28711899","full_name":"dutchcoders/gonest","owner":"dutchcoders","description":"Golang NEST library","archived":false,"fork":false,"pushed_at":"2015-01-06T14:22:56.000Z","size":160,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T12:12:45.684Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.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":"2015-01-02T11:49:10.000Z","updated_at":"2024-08-12T19:15:46.000Z","dependencies_parsed_at":"2022-08-24T00:20:51.305Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/gonest","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/dutchcoders%2Fgonest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgonest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgonest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgonest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/gonest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368347,"owners_count":21092342,"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":"2024-11-07T05:36:35.982Z","updated_at":"2025-04-11T09:33:14.274Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"gonest\n=====\n\nGolang NEST library.\n\n\n## Features\n\n\n## Sample\n```\npackage main\n\nimport (\n    \"github.com/dutchcoders/gonest\"\n    \"log\"\n)\n\nfunc main() {\n    var err error\n    var nest gonest.Nest\n    if nest, err := gonest.Connect(\"clientid\", \"\"); err != nil {\n        log.Panic(err)\n    }\n\n    if err = nest.Authorize(\"secret\", \"pincode\"); err != nil {\n        log.Panic(err)\n    }\n    \n    var devices gonest.Devices\n    if err = nest.Devices(\u0026devices); err != nil {\n        log.Panic(err)\n    }\n\n    for _, device := range devices {\n        fmt.Print(device.Name)\n    }\n}\n\n```\n\n## References\n\nSee github.com/dutchcoders/nest/ for complete implementation of library.\n\n## Contributions\n\nContributions are welcome.\n\n## Creators\n\n**Remco Verhoef**\n- \u003chttps://twitter.com/remco_verhoef\u003e\n- \u003chttps://twitter.com/dutchcoders\u003e\n\n## Copyright and license\n\nCode and documentation copyright 2011-2014 Remco Verhoef.\nCode released under [the MIT license](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgonest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgonest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgonest/lists"}