{"id":19427725,"url":"https://github.com/embloy/embloy-ruby","last_synced_at":"2025-02-25T05:21:32.005Z","repository":{"id":216857007,"uuid":"742110863","full_name":"Embloy/Embloy-Ruby","owner":"Embloy","description":"Embloy's Ruby SDK for interacting with your Embloy integration.","archived":false,"fork":false,"pushed_at":"2024-06-29T13:49:06.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-07T19:43:33.225Z","etag":null,"topics":["ruby-gem","sdk","sdk-ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/embloy","language":"Ruby","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:31:30.000Z","updated_at":"2024-06-29T13:49:09.000Z","dependencies_parsed_at":"2024-01-13T09:00:22.446Z","dependency_job_id":"13ab9b04-b0f0-4e52-a74c-9f92877319a3","html_url":"https://github.com/Embloy/Embloy-Ruby","commit_stats":null,"previous_names":["embloy/embloy-ruby"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embloy","download_url":"https://codeload.github.com/Embloy/Embloy-Ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240607489,"owners_count":19828249,"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":["ruby-gem","sdk","sdk-ruby"],"created_at":"2024-11-10T14:12:42.678Z","updated_at":"2025-02-25T05:21:31.974Z","avatar_url":"https://github.com/Embloy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Embloy Ruby](https://rubygems.org/gems/embloy) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-AGPL3.0-blue.svg)](https://github.com/Embloy/Embloy-Ruby/blob/main/LICENSE) [![gem version](https://img.shields.io/gem/v/embloy.svg?style=flat)](https://rubygems.org/gems/embloy) [![Issues](https://img.shields.io/github/issues/Embloy/Embloy-Ruby)](https://github.com/Embloy/Embloy-Ruby/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Embloy/Embloy-Ruby/pulls)\n\nEmbloy's Ruby SDK for interacting with your Embloy integration.\n\n## Usage\n\nInstall Embloy-Ruby SDK:\n\n```Bash\ngem install embloy\n```\n\nIntegrate it in your service:\n\n```Ruby\n# In your Rails application or script\nrequire 'embloy'\n\n# Make sure to replace 'CLIENT_TOKEN' in your .env file with your actual client token\nsession = {\n    mode: \"job\",\n    job_slug: \"job#1\",\n    success_url: \"mypage.com/success\",\n    cancel_url: \"mypage.com/failure\"\n}\nclient = Embloy::Client.new(ENV.fetch('CLIENT_TOKEN'), session)\nredirect_url = client.make_request\n\nredirect_to(redirect_url, allow_other_host: true)\n```\n\n## Build Gem\n\n```Bash\ngem build embloy.gemspec\n```\n\n## Publish Gem\n\n```Bash\ngem push embloy-0.x.y.gem\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-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembloy%2Fembloy-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-ruby/lists"}