{"id":18303114,"url":"https://github.com/monzo/gosquared","last_synced_at":"2025-04-09T10:14:33.297Z","repository":{"id":57610033,"uuid":"39198655","full_name":"monzo/gosquared","owner":"monzo","description":"A golang gosquared client","archived":false,"fork":false,"pushed_at":"2015-07-16T13:34:30.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-02-15T04:26:10.549Z","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/monzo.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-07-16T13:34:26.000Z","updated_at":"2021-07-16T15:27:47.000Z","dependencies_parsed_at":"2022-09-04T10:31:49.311Z","dependency_job_id":null,"html_url":"https://github.com/monzo/gosquared","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/monzo%2Fgosquared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fgosquared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fgosquared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fgosquared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monzo","download_url":"https://codeload.github.com/monzo/gosquared/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018070,"owners_count":21034048,"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-05T15:24:14.541Z","updated_at":"2025-04-09T10:14:33.263Z","avatar_url":"https://github.com/monzo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A golang client for gosquared\n\n```go\npackage main\n\nimport (\n        \"github.com/mondough/gosquared\"\n)\n\ntype ExampleEventData struct {\n        NumTransactions int\n        Type string\n        Tags []string\n}\n\nfunc main() {\n        client := gosquared.NewClient(\"apiKey\", \"siteToken\")\n        data := \u0026ExampleEventData{\n                NumTransactions: 102,\n                Type: \"foo\",\n                Tags: []string{ \"bar\", \"foobar\"},\n        }\n        client.Event(\"event name\", data, \"personId (can be blank)\")\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonzo%2Fgosquared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonzo%2Fgosquared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonzo%2Fgosquared/lists"}