{"id":20148410,"url":"https://github.com/ebsco/edsapi-ruby","last_synced_at":"2025-03-17T14:15:11.166Z","repository":{"id":18898037,"uuid":"83587970","full_name":"ebsco/edsapi-ruby","owner":"ebsco","description":"A Ruby interface to the EBSCO Discovery Services API","archived":false,"fork":false,"pushed_at":"2025-02-25T19:15:20.000Z","size":29411,"stargazers_count":7,"open_issues_count":7,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-07T05:02:04.615Z","etag":null,"topics":["ebsco","rubygems"],"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/ebsco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-03-01T18:36:11.000Z","updated_at":"2025-02-25T19:15:22.000Z","dependencies_parsed_at":"2022-07-14T06:40:30.934Z","dependency_job_id":"89ffcf80-c771-41d4-970f-ce3097e9ede5","html_url":"https://github.com/ebsco/edsapi-ruby","commit_stats":{"total_commits":235,"total_committers":12,"mean_commits":"19.583333333333332","dds":"0.22127659574468084","last_synced_commit":"cc77cefa2a6e930034fa4781f0b3c5a6cd74bb92"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebsco%2Fedsapi-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebsco%2Fedsapi-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebsco%2Fedsapi-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebsco%2Fedsapi-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebsco","download_url":"https://codeload.github.com/ebsco/edsapi-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047646,"owners_count":20389206,"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":["ebsco","rubygems"],"created_at":"2024-11-13T22:37:32.506Z","updated_at":"2025-03-17T14:15:11.144Z","avatar_url":"https://github.com/ebsco.png","language":"Ruby","readme":"![image](https://user-images.githubusercontent.com/13452564/110336225-a7440c80-7ff2-11eb-996d-6b4395438a22.png)\n\nA Ruby interface to the EBSCO Discovery Services API.\n\n[![Build Status](https://travis-ci.org/ebsco/edsapi-ruby.svg)](https://travis-ci.org/ebsco/edsapi-ruby)\n[![codecov](https://codecov.io/gh/ebsco/edsapi-ruby/branch/master/graph/badge.svg)](https://codecov.io/gh/ebsco/edsapi-ruby/branch/master)\n[![Gem Version](https://img.shields.io/gem/v/ebsco-eds.svg?style=flat)](http://rubygems.org/gems/ebsco-eds)\n\n## Dependencies\n\n* Ruby 2.4+\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ebsco-eds'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ebsco-eds\n\n## Feature Support\n\n- Research Starters are included in results response, when available\n- Configurable auto-suggest or 'Did you mean' support\n- Configurable auto-correct support\n- Quick-view images can be included in results, when available - [screencast](https://youtu.be/HxtWEq_Fhks)\n- RIS citations are now included in the record response\n\n## Documentation\n\n- [Configuration](https://github.com/ebsco/edsapi-ruby/wiki/Configuration)\n- [Quick Start](https://github.com/ebsco/edsapi-ruby/wiki/Quick-Start)\n- [Blacklight Support](https://github.com/ebsco/edsapi-ruby/wiki/Solr-and-Blacklight-Support)\n\n### Models\n\n- [Session](https://github.com/ebsco/edsapi-ruby/wiki/Session)\n- [Results](https://github.com/ebsco/edsapi-ruby/wiki/Results)\n- [Records](https://github.com/ebsco/edsapi-ruby/wiki/Records)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ebsco/edsapi-ruby.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. \n\nYou can 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`. \n\n#### Running the tests\n- `git clone git://github.com/ebsco/edsapi-ruby \u0026\u0026 cd edsapi-ruby`\n- `bundle`\n- Create a `.env.test` file\n  - It should look like the following:\n```ruby\nEDS_PROFILE=profile_name\nEDS_GUEST=n\nEDS_USER=your_user_id\nEDS_PASS=secret\nEDS_AUTH=ip\nEDS_ORG=your_institution\n```\n- `rake test`\n\nTo 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## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febsco%2Fedsapi-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febsco%2Fedsapi-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febsco%2Fedsapi-ruby/lists"}