Appendix B - API Reference
==========================

The links below point to more detailed API/developer documentation.

- `REST API Endpoints <rest-api-reference.html>`_: This document represents the definitive guide to the H2O REST API. Use `cURL <https://curl.haxx.se/docs/manpage.html>`_ along with REST client browser plugins to run REST API requests.

- `REST API Schemas <rest-api-reference.html#schema-reference>`_: This document represents the definitive guide to the H2O REST API schemas.

- `R <../h2o-r/h2o_package.pdf>`_: This document provides the list of available functions that can be used when configuring H2O through R.
	
- `Python <../h2o-py/docs/index.html>`_: This document provides the list of available functions that can be used when configuring H2O through R.
	
- `h2o-core Javadoc <../h2o-core/javadoc/index.html>`_: The definitive Java API guide for the core components of H2O.

- `h2o-algos Javadoc <../h2o-algos/javadoc/index.html>`_: The definitive Java API guide for the algorithms used by H2O.

- `POJO Model Javadoc <../h2o-genmodel/javadoc/index.html>`_: Provides a step-by-step guide to creating and implementing POJOs in a Java application.

- `h2o-scala Scaladoc <../h2o-scala/scaladoc/index.html>`_: The definitive Scala API guide for H2O.

- `Sparkling Water API <https://github.com/h2oai/sparkling-water/blob/master/DEVEL.md>`_: This document describes the configuration properties that can be passed to Spark to onfigure Sparkling Water.