{"id":18384221,"url":"https://github.com/speakeasy-sdks/symops-go","last_synced_at":"2026-03-19T04:08:08.575Z","repository":{"id":152615903,"uuid":"626638086","full_name":"speakeasy-sdks/symops-go","owner":"speakeasy-sdks","description":"A Go SDK for accessing the Symops API","archived":false,"fork":false,"pushed_at":"2024-04-02T21:20:00.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-16T00:13:50.637Z","etag":null,"topics":["authorisation","iac","infrastructure","production-code","security","sym","symops"],"latest_commit_sha":null,"homepage":"https://docs.symops.com/docs","language":null,"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/speakeasy-sdks.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}},"created_at":"2023-04-11T21:46:38.000Z","updated_at":"2023-04-11T22:28:01.000Z","dependencies_parsed_at":"2024-04-02T22:30:48.095Z","dependency_job_id":"ee4d7fa5-a797-42c5-a90f-90e2d12a9351","html_url":"https://github.com/speakeasy-sdks/symops-go","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fsymops-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fsymops-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fsymops-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fsymops-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeasy-sdks","download_url":"https://codeload.github.com/speakeasy-sdks/symops-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497901,"owners_count":21113982,"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":["authorisation","iac","infrastructure","production-code","security","sym","symops"],"created_at":"2024-11-06T01:14:00.263Z","updated_at":"2026-01-21T06:25:25.058Z","avatar_url":"https://github.com/speakeasy-sdks.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/68016351/231297937-c9e20343-f037-4c65-96ac-06fb877fe121.png\" width=\"200\"\u003e\n   \u003ch1\u003eSymops Go SDK\u003c/h1\u003e\n   \u003cp\u003eSecure your production infrastructure with code\u003c/p\u003e\n   \u003ca href=\"https://github.com/speakeasy-sdks/symops-go/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/speakeasy-sdks/symops-go/speakeasy_sdk_generation.yml?style=for-the-badge\" /\u003e\u003c/a\u003e\n   \u003ca href=\"https://docs.symops.com/reference\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Docs\u0026message=API Ref\u0026color=000\u0026style=for-the-badge\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003c!-- Start SDK Installation --\u003e\n\n## SDK Installation\n\n```bash\ngo get github.com/speakeasy-sdks/symops-go\n```\n\u003c!-- End SDK Installation --\u003e\n\n## Authentication\n\nTo get access to the API and fetch an API key, please sign up for [access](https://docs.symops.com/docs). \n\n## SDK Example Usage\n\u003c!-- Start SDK Example Usage --\u003e\n```go\npackage main\n\nimport (\n    \"context\"\n    \"log\"\n    \"symops\"\n    \"symops/pkg/models/shared\"\n    \"symops/pkg/models/operations\"\n)\n\nfunc main() {\n    s := symops.New()\n\n    ctx := context.Background()    \n    req := operations.GetEventRequest{\n        EventID: \"corrupti\",\n    }\n\n    res, err := s.GetEvent(ctx, req)\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    if res.Event != nil {\n        // handle response\n    }\n}\n```\n\u003c!-- End SDK Example Usage --\u003e\n\n\u003c!-- Start SDK Available Operations --\u003e\n## Available Resources and Operations\n\n### Symops SDK\n\n* `GetEvent` - Retrieve an event by event ID\n\u003c!-- End SDK Available Operations --\u003e\n\n### Maturity\n\nThis SDK is in beta and therefore, we recommend pinning usage to a specific package version.\nThis way, you can install the same version each time without breaking changes unless you are intentionally\nlooking for the latest version.\n\n### Contributions\n\nWhile we value open-source contributions to this SDK, this library is generated and maintained programmatically.\nFeel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release !\n\n### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-sdks%2Fsymops-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeasy-sdks%2Fsymops-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-sdks%2Fsymops-go/lists"}