{"id":19001493,"url":"https://github.com/bumi/kitely-ruby","last_synced_at":"2026-04-19T16:30:20.569Z","repository":{"id":48752304,"uuid":"201977847","full_name":"bumi/kitely-ruby","owner":"bumi","description":"(prototype) API wrapper for the kite.ly API","archived":false,"fork":false,"pushed_at":"2022-10-06T06:28:01.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T18:31:39.714Z","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/bumi.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":"2019-08-12T17:28:37.000Z","updated_at":"2020-02-29T21:37:49.000Z","dependencies_parsed_at":"2023-01-19T09:15:39.443Z","dependency_job_id":null,"html_url":"https://github.com/bumi/kitely-ruby","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/bumi%2Fkitely-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fkitely-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fkitely-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fkitely-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bumi","download_url":"https://codeload.github.com/bumi/kitely-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240020583,"owners_count":19735218,"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-08T18:11:25.169Z","updated_at":"2026-04-19T16:30:20.537Z","avatar_url":"https://github.com/bumi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kitely\n\nRuby API wrapper for [kite.ly](https://www.kite.ly) - the print on demand service\n\n\nThis is a prototype, pull requests welcome.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'kitely'\n```\n\nOr install it yourself as:\n\n    $ gem install kitely\n\n## Usage\n\n```ruby\n\nKitely.secret_key = 'xxxx'\nKitely.public_key = 'yyyy'\n\nbook = Kitely::Photobook.new\nbook.front_cover = 'https://s3.amazonaws.com/sdk-static/TestImages/1.png'\nbook.back_cover = 'https://s3.amazonaws.com/sdk-static/TestImages/1.png'\n\n[].each do |photo_url|\n  book.add_page(photo_url)\nend\n\ncustomer = Kitely::Customer.new\ncustomer.shipping_address = {recipient_name: 'Joe Kite'}\ncustomer.phone = '+4917012345678'\ncustomer.email = 'joe@example.com'\n\norder = Kitely::Order.new(customer: customer)\noder.add(book)\n\nresponse = order.order!\nputs response.body.to_s\n\n```\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumi%2Fkitely-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbumi%2Fkitely-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumi%2Fkitely-ruby/lists"}