2018-11-23 15:08:58 +01:00
---
2018-11-29 22:02:12 +01:00
title: API & Library References
description: All the references for Ocean Protocol components.
2018-11-23 15:08:58 +01:00
---
2018-11-29 22:02:12 +01:00
**Heads Up! This reference section is in heavy development and updated as we integrate data from various code reference tools into this site.**
The following components expose a consumable REST API which are documented on this site:
2018-11-23 15:08:58 +01:00
< repo name = "aquarius" > < / repo >
< repo name = "brizo" > < / repo >
2018-11-30 17:20:26 +01:00
Those are sourced from their respective Swagger specs. On this site you can't execute the documented API calls yet. If you need this, you can run a component's local Swagger UI as outlined in the repository instructions on GitHub.
2019-01-22 16:07:12 +01:00
References of all the functions and methods used in our libraries:
2018-11-23 15:08:58 +01:00
< repo name = "squid-js" > < / repo >
< repo name = "squid-py" > < / repo >
2018-12-24 12:03:20 +01:00
ReadTheDocs hosts the [squid-py API Reference Docs ](https://squid-py.readthedocs.io/en/latest/ ).
2018-11-23 15:08:58 +01:00
< repo name = "squid-java" > < / repo >