{"id":36536163,"url":"https://github.com/reef-pi/adafruitio","last_synced_at":"2026-01-15T02:09:18.706Z","repository":{"id":87341226,"uuid":"86305786","full_name":"reef-pi/adafruitio","owner":"reef-pi","description":"go client library for adafruit.io","archived":false,"fork":false,"pushed_at":"2017-10-07T06:41:41.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-14T07:36:35.547Z","etag":null,"topics":["adafruit","adafruit-io","go","golang","iot"],"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/reef-pi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-27T07:44:16.000Z","updated_at":"2020-06-16T23:08:43.000Z","dependencies_parsed_at":"2023-07-02T09:00:13.903Z","dependency_job_id":null,"html_url":"https://github.com/reef-pi/adafruitio","commit_stats":null,"previous_names":["ranjib/adafruitio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reef-pi/adafruitio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reef-pi%2Fadafruitio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reef-pi%2Fadafruitio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reef-pi%2Fadafruitio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reef-pi%2Fadafruitio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reef-pi","download_url":"https://codeload.github.com/reef-pi/adafruitio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reef-pi%2Fadafruitio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28334832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":["adafruit","adafruit-io","go","golang","iot"],"created_at":"2026-01-12T04:50:41.823Z","updated_at":"2026-01-12T04:50:42.263Z","avatar_url":"https://github.com/reef-pi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## go client for adafruit.io\n\nThis library provides a go client for [v2 adafruit.io rest API](https://io.adafruit.com/api/docs/#!/v2). Adafruit.io\nprovides an easy way to log and chart data originting from IoT devices. It can also send webhooks or emails (called\nas triggers) based on data.\n\nAdafruit.com provides a comprehensive [tutorial](https://learn.adafruit.com/adafruit-io/overview) for adafruit.io services.\n\n## Usage\n\n```go\nimport(\n \"github.com/reef-pi/adafruitio\"\n)\n\nfunc demo(){\n  client := adafruitio.NewClient(\"\u003cadafruit.io token\u003e\")\n  opt := adafruitio.ListActivitiesOptions{\n    Limit: 100,\n  }\n  activities, err := client.ListActivities(\"example_user\", opt)\n  if err != nil {\n    // deal with it\n    return\n  }\n  for _, a := range activities {\n    fmt.Println(a.Model, a.Action, a.CreatedAt) \n  }\n\n}\n \n```\n\n\n## License\n\nCopyright:: Copyright (c) 2017 Ranjib Dey.\nLicense:: Apache License, Version 2.0\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freef-pi%2Fadafruitio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freef-pi%2Fadafruitio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freef-pi%2Fadafruitio/lists"}