Skip to content

AboutHiveRestService

Google Code Exporter edited this page Apr 30, 2015 · 1 revision

The HIVE REST service was developed by Duane Costa of the Long-Term Ecological Research Network (LTERNet). The HIVE REST interface provides JAX-RS based RESTful access to the HIVE Core API.

The HIVE REST service exposes the following interfaces:

  • Schemes Resource: Scheme information
  • Concepts Resources: Access to concepts within a scheme
  • Searcher Resources: Keyword searching

About the RESTful Web Services

The RESTful approach to web services was developed in response to other web services paradigms, such as Simple Object Access Protocol (SOAP). REST relies on the HTTP protocol, universal resource indicators (URI), and standard data formats (e.g., XML) to implement interfaces to web services.

See Also:

HIVE REST API

This section demonstrates the various methods exposed by the HIVE REST interface. For more information, see the API documentation.

Schemes Resource

Concept Resources

Searcher Resources: Sample URLs

See Also

Sample LTER hive-rs URLs

Full hive-rs API documentation

Sample Article Abstract for testing tagging service