{"id":19427727,"url":"https://github.com/embloy/embloy-go","last_synced_at":"2026-06-17T11:31:39.631Z","repository":{"id":216745219,"uuid":"742112854","full_name":"Embloy/Embloy-Go","owner":"Embloy","description":" Embloy's Go SDK for interacting with your Embloy integration. ","archived":false,"fork":false,"pushed_at":"2025-03-13T22:22:49.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-13T23:26:13.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/embloy/embloy-go/embloy","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Embloy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-11T19:37:32.000Z","updated_at":"2025-03-13T22:22:53.000Z","dependencies_parsed_at":"2024-01-12T14:14:52.682Z","dependency_job_id":"4c2203c4-b781-4ddb-a2fb-0c828e59b148","html_url":"https://github.com/Embloy/Embloy-Go","commit_stats":null,"previous_names":["embloy/embloy-go"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Embloy/Embloy-Go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embloy","download_url":"https://codeload.github.com/Embloy/Embloy-Go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34447264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2024-11-10T14:12:42.684Z","updated_at":"2026-06-17T11:31:39.615Z","avatar_url":"https://github.com/Embloy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Embloy Go](https://pkg.go.dev/github.com/embloy/embloy-go) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-AGPL3.0-blue.svg)](https://github.com/Embloy/Embloy-Go/blob/main/LICENSE) [![Go Reference](https://pkg.go.dev/badge/github.com/embloy/embloy-go.svg)](https://pkg.go.dev/github.com/embloy/embloy-go) [![Issues](https://img.shields.io/github/issues/Embloy/Embloy-Go)](https://github.com/Embloy/Embloy-Go/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Embloy/Embloy-Go/pulls)\n\nEmbloy's Go SDK for interacting with your Embloy integration.\n\n## Usage\n\nInstall Embloy-Go SDK:\n\n```go\nimport \"github.com/embloy/embloy-go/embloy\"\n```\n\nThen you can run the following command to retrieve the package:\n\n```go\ngo get -u github.com/embloy/embloy-go/embloy\n```\n\nIntegrate it in your service:\n\n```go\nimport (\n    \"fmt\"\n    \"github.com/embloy/embloy-go/embloy\"\n)\n\nfunc your-service-endpoint() {\n\tsessionData := embloy.SessionData{\n\t\tMode:       \"job\",\n\t\tSuccessURL: \"your-success-url\",\n\t\tCancelURL:  \"your-cancel-url\",\n\t\tJobSlug:    \"your-job-slug\",\n\t}\n\n\tclient := embloy.NewEmbloyClient(\"your-client-token\", sessionData)\n\n    response, err := client.MakeRequest()\n    if err != nil {\n        fmt.Println(\"Error:\", err)\n        return\n    }\n\n    fmt.Println(\"redirect_url:\", response)\n}\n```\n\n## Publish a new release\n\n```bash\ngit tag v0.1.x\ngit push origin v0.1.x\n```\n\n---\n\n© Carlo Bortolan, Jan Hummel\n\n\u003e Carlo Bortolan \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@carlobortolan](https://github.com/carlobortolan) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via [bortolanoffice@embloy.com](mailto:bortolanoffice@embloy.com)\n\u003e\n\u003e Jan Hummel \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@github4touchdouble](https://github.com/github4touchdouble) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via [hummeloffice@embloy.com](mailto:hummeloffice@embloy.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembloy%2Fembloy-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-go/lists"}