{"id":19724168,"url":"https://github.com/fastruby/ombu_labs-hubspot","last_synced_at":"2026-04-14T02:31:40.254Z","repository":{"id":65506362,"uuid":"585630998","full_name":"fastruby/ombu_labs-hubspot","owner":"fastruby","description":"Source code for OmbuLabs Hubspot integration","archived":false,"fork":false,"pushed_at":"2026-01-28T22:16:00.000Z","size":58,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-01T09:32:21.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/fastruby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-05T17:01:56.000Z","updated_at":"2026-01-28T22:15:47.000Z","dependencies_parsed_at":"2024-11-11T23:28:12.841Z","dependency_job_id":"1d40b76f-cd93-42c3-8871-ff5178057363","html_url":"https://github.com/fastruby/ombu_labs-hubspot","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.16666666666666663","last_synced_commit":"803aabc989ca8d421c8872a0d92f81f40f513841"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fastruby/ombu_labs-hubspot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fombu_labs-hubspot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fombu_labs-hubspot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fombu_labs-hubspot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fombu_labs-hubspot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastruby","download_url":"https://codeload.github.com/fastruby/ombu_labs-hubspot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fombu_labs-hubspot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31779943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-11T23:24:45.657Z","updated_at":"2026-04-14T02:31:40.244Z","avatar_url":"https://github.com/fastruby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmbuLabs::Hubspot\nSource code for OmbuLabs Hubspot integration\n\n## Usage\nCreate a Hubspot client instance:\n\n```ruby\nmodule Hubspot\n  INSTANCE_MUTEX = Mutex.new\n  def self.client\n    return @client if defined?(@client) \u0026\u0026 @client\n    INSTANCE_MUTEX.synchronize do\n      @client ||= Hubspot::Client.new(access_token: ENV[\"HUBSPOT_ACCESS_TOKEN\"], auth_names: \"oauth2\")\n    end\n  end\nend\n```\n\nThen you can use the `Hubspot.client` to interact with the Hubspot API.\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ombu_labs-hubspot'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install ombu_labs-hubspot\n```\n\n## Contributing\nContribution directions go here.\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastruby%2Fombu_labs-hubspot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastruby%2Fombu_labs-hubspot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastruby%2Fombu_labs-hubspot/lists"}