Skip to content

Libraries for working with opentree in various languages (service bindings and wrappers, etc.)

mjy edited this page Sep 18, 2014 · 1 revision

Bindings

At the 2014 hackathon a set of bindings on the API were developed. All the API URLs (excepting the tnrs autocomplete) were assigned names. These method names are used in the shared testing framework. The methods were added to three frameworks in R, Python, and Ruby. Calling these methods in those frameworks returns the API response in it's native json format, i.e. no additional manipulation is done on the response.

  • tol_about
  • tol_mrca
  • tol_subtree
  • tol_induced_tree
  • gol_about
  • gol_source_tree
  • gol_node_info
  • tnrs_match_names
  • tnrs_contexts
  • tnrs_infer_context
  • taxonomy_about
  • taxonomy_lica
  • taxonomy_subtree
  • taxonomy_taxon
  • studies_find_studies
  • studies_find_trees
  • studies_properties
  • get_study
  • get_study_tree
Clone this wiki locally