0.0
Low commit activity in last 3 years
No release in over a year
ruby gem to talk to openbis-api java libaries, for use within SEEK4Science
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Coverage Status

Code Climate

Installation

Java 1.8 (JRE) is required.

gem "openseek-api-gem", :git=>"https://github.com/FAIRdom/openseek-api-gem.git"

Usage

  • Use to query entities in Openbis, filtered on a property with a defined property value.

  • Entity type is for example Experiment, Sample, DataSet.

  • Property is normally the SEEK_ID, which is used to map Openbis entity with SEEK entity.

    include Fairdom::OpenbisApi

    instance = Fairdom::OpenbisApi::Query.new(username, password, endpoint)

    json_result = instance.query(type, property, property_value)