RubyGems Navigation menu

medlineplus_ruby 0.1.1

The National Library of Medicine API, "Medlineplus Connect", can be somewhat cantankerous to work with. Query params are non sensical to end users, query format is from a bygone era, and the resulting responses often contain large amounts of superficial information. The response structures are somewhat inconsistant, and are always non intuitive. This gem simplifies querying the NLM API, and parses the responses into something more sane and structured for the average Ruby dev to use. Note that at this time, the only feature available through this gem is querying descriptions for ICD-10 codes, more API interfaces TBD.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.1.1 June 17, 2017 (9.5KB)
全てのバージョンを表示(全2件)

Runtime依存関係 (2):

json ~> 2.1.0
rest-client ~> 2.0.2

Development依存関係 (5):

bundler ~> 1.14
pry >= 0
rake ~> 10.0
rspec ~> 3.6
webmock ~> 3.0.1

所有者:

作者:

  • Todd Morningstar

SHA 256チェックサム:

=

累計ダウンロード数 2,515

このバージョンのみ 2,506

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.4.1

リンク: