{"id":21297766,"url":"https://github.com/ninech/nine-redmine-client","last_synced_at":"2025-10-06T01:45:32.070Z","repository":{"id":27918542,"uuid":"31410623","full_name":"ninech/nine-redmine-client","owner":"ninech","description":"Simple Ruby Redmine Client","archived":false,"fork":false,"pushed_at":"2018-11-09T13:56:36.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-19T01:47:48.724Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ninech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-27T08:41:00.000Z","updated_at":"2017-03-14T09:47:43.000Z","dependencies_parsed_at":"2022-08-02T10:50:39.558Z","dependency_job_id":null,"html_url":"https://github.com/ninech/nine-redmine-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ninech/nine-redmine-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fnine-redmine-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fnine-redmine-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fnine-redmine-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fnine-redmine-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ninech","download_url":"https://codeload.github.com/ninech/nine-redmine-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fnine-redmine-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547876,"owners_count":26004773,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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-21T14:40:56.311Z","updated_at":"2025-10-06T01:45:32.031Z","avatar_url":"https://github.com/ninech.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine Ruby Client\n\n[![Build Status](https://travis-ci.org/ninech/nine-redmine-client.svg?branch=master)](https://travis-ci.org/ninech/nine-redmine-client)\n\nRuby client library for the Redmine API.\n\n## Configuration\n\nIn your Rails app create a file `config/initializers/redmine.rb` with the following content:\n\n```ruby\nRedmineClient::API.configure do |config|\n  config.url = ENV['REDMINE_URL']\n  config.token = ENV['REDMINE_TOKEN']\nend\n```\n\nHere you have to set the config values via environment variables. But you're free to do it differently.\n\n## Usage\n\nThe client is very limited. Actually it can only find, create and update issues. That's all for now. But\ngreat things start small.\n\n```ruby\nRedmineClient::Issue.create subject: 'Do this and that', project_id: 1\n\nissue = RedmineClient::Issue.find(1)\nissue.update subject: 'New Subject'\n```\n\n## About\n\nThis gem is currently maintained and funded by [nine](https://nine.ch).\n\n[![logo of the company 'nine'](https://logo.apps.at-nine.ch/Dmqied_eSaoBMQwk3vVgn4UIgDo=/trim/500x0/logo_claim.png)](https://www.nine.ch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninech%2Fnine-redmine-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninech%2Fnine-redmine-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninech%2Fnine-redmine-client/lists"}