{"id":20598342,"url":"https://github.com/kkirsche/medium-sdk-ruby","last_synced_at":"2025-10-19T02:48:59.857Z","repository":{"id":56883167,"uuid":"43955726","full_name":"kkirsche/medium-sdk-ruby","owner":"kkirsche","description":"Ruby SDK for Medium API","archived":false,"fork":false,"pushed_at":"2017-08-25T20:56:46.000Z","size":35,"stargazers_count":15,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T12:21:09.129Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkirsche.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}},"created_at":"2015-10-09T13:04:06.000Z","updated_at":"2022-04-03T09:11:37.000Z","dependencies_parsed_at":"2022-08-20T22:31:05.707Z","dependency_job_id":null,"html_url":"https://github.com/kkirsche/medium-sdk-ruby","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fmedium-sdk-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fmedium-sdk-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fmedium-sdk-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fmedium-sdk-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkirsche","download_url":"https://codeload.github.com/kkirsche/medium-sdk-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981558,"owners_count":21193217,"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-16T08:26:27.720Z","updated_at":"2025-10-19T02:48:59.793Z","avatar_url":"https://github.com/kkirsche.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/kkirsche/medium-sdk-ruby.svg)](https://travis-ci.org/kkirsche/medium-sdk-ruby) [![Code Climate](https://codeclimate.com/github/kkirsche/medium-sdk-ruby/badges/gpa.svg)](https://codeclimate.com/github/kkirsche/medium-sdk-ruby) [![Test Coverage](https://codeclimate.com/github/kkirsche/medium-sdk-ruby/badges/coverage.svg)](https://codeclimate.com/github/kkirsche/medium-sdk-ruby/coverage)\n[![API Testing](https://img.shields.io/badge/API%20Test-RapidAPI-blue.svg)](https://rapidapi.com/package/Medium/functions?utm_source=MediumGithub\u0026utm_medium=button\u0026utm_content=Vender_GitHub)\n\n# Medium SDK for Ruby\n\nThis repository contains the open source SDK for integrating Medium's API into your Ruby app.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'medium'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install medium-sdk-ruby\n\n## Usage\n\nCreate a client, then call commands on it.\n\n```ruby\nrequire 'medium'\n\n# If you have a self-issued access token, you can create a new client directly:\nclient = Medium::Client.new integration_token: 'example_token'\n\n# Get profile details of the user identified by the access token.\nclient.users.me\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nQuestions, comments, bug reports, and pull requests are all welcomed on Github at https://github.com/kkirsche/medium-sdk-ruby.\n\n## Authors\n\n* [Kevin Kirsche](https://github.com/kkirsche)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkirsche%2Fmedium-sdk-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkirsche%2Fmedium-sdk-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkirsche%2Fmedium-sdk-ruby/lists"}