{"id":21878282,"url":"https://github.com/pepabo/omniauth-colormeshop","last_synced_at":"2025-04-15T03:04:14.032Z","repository":{"id":15396243,"uuid":"18128075","full_name":"pepabo/omniauth-colormeshop","owner":"pepabo","description":"OmniAuth Strategy for ColorMeShop","archived":false,"fork":false,"pushed_at":"2018-08-21T11:45:13.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":208,"default_branch":"master","last_synced_at":"2025-04-15T03:04:02.242Z","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/pepabo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-26T05:42:16.000Z","updated_at":"2018-08-21T11:45:14.000Z","dependencies_parsed_at":"2022-08-25T06:22:41.117Z","dependency_job_id":null,"html_url":"https://github.com/pepabo/omniauth-colormeshop","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/pepabo%2Fomniauth-colormeshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fomniauth-colormeshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fomniauth-colormeshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fomniauth-colormeshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepabo","download_url":"https://codeload.github.com/pepabo/omniauth-colormeshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997083,"owners_count":21195798,"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-28T08:12:10.071Z","updated_at":"2025-04-15T03:04:14.000Z","avatar_url":"https://github.com/pepabo.png","language":"Ruby","readme":"# OmniAuth::ColorMeShop\n\n[![Build Status](https://travis-ci.org/pepabo/omniauth-colormeshop.svg?branch=master)](https://travis-ci.org/pepabo/omniauth-colormeshop)\n\nOmniAuth strategy for [ColorMeShop API](http://shop-pro.jp/?mode=api).\n\n## Usage\n\nWith Rails, set your `client_id` and `client_secret` in `config/initializers/omniauth.rb` as below:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :colormeshop, ENV['COLORMESHOP_CLIENT_ID'], ENV['COLORMESHOP_CLIENT_SECRET']\nend\n```\n\n### Scopes\n\nYou can set scopes with `scope` option as below:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :colormeshop, ENV['COLORMESHOP_CLIENT_ID'], ENV['COLORMESHOP_CLIENT_SECRET'], {\n    scope: 'read_products write_products read_sales write_sales',\n  }\nend\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'omniauth-colormeshop'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install omniauth-colormeshop\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fomniauth-colormeshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepabo%2Fomniauth-colormeshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fomniauth-colormeshop/lists"}