{"id":27996497,"url":"https://github.com/bold-commerce/go-hubspot","last_synced_at":"2025-05-08T21:44:40.069Z","repository":{"id":81696609,"uuid":"114571105","full_name":"bold-commerce/go-hubspot","owner":"bold-commerce","description":"HubSpot Golang client","archived":false,"fork":false,"pushed_at":"2023-02-06T18:35:20.000Z","size":17,"stargazers_count":9,"open_issues_count":1,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-19T00:31:31.415Z","etag":null,"topics":["golang","hubspot"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bold-commerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-12-17T21:48:30.000Z","updated_at":"2023-02-17T14:45:41.000Z","dependencies_parsed_at":"2023-06-18T10:52:05.824Z","dependency_job_id":null,"html_url":"https://github.com/bold-commerce/go-hubspot","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bold-commerce%2Fgo-hubspot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bold-commerce%2Fgo-hubspot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bold-commerce%2Fgo-hubspot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bold-commerce%2Fgo-hubspot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bold-commerce","download_url":"https://codeload.github.com/bold-commerce/go-hubspot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154194,"owners_count":21862475,"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":["golang","hubspot"],"created_at":"2025-05-08T21:44:39.088Z","updated_at":"2025-05-08T21:44:40.060Z","avatar_url":"https://github.com/bold-commerce.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/bold-commerce/go-hubspot.png)](https://travis-ci.org/bold-commerce/go-hubspot)\n\n# go-hubspot\n[Go](https://golang.org/) client for [HubSpot](https://app.hubspot.com)\n\n*Note: This currently does not implement all HubSpot API endpoints, however pull requests are welcome*\n\n## Install\n```\ngo get github.com/bold-commerce/go-hubspot\n```\n\n## Unit Tests\nTo run the unit tests, install [ginkgo](https://onsi.github.io/ginkgo) and [gomega](https://onsi.github.io/gomega/) and run:\n\n```\nginkgo -r\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/bold-commerce/go-hubspot/hubspot\"\n)\n\nfunc main() {\n  client := hubspot.NewClient(\"https://api.hubapi.com\", \"my-api-key\")\n\n  // send single email\n  emailId := 12345678\n  err := client.SingleEmail(emailId, \"tyler.durden@gmail.com\")\n  if err != nil {\n    log.Fatalf(\"hubspot error: %s\", err.Error())\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbold-commerce%2Fgo-hubspot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbold-commerce%2Fgo-hubspot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbold-commerce%2Fgo-hubspot/lists"}