mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Make changes now that squid-java is public.
This commit is contained in:
parent
57e431b7da
commit
3a3425ab9e
@ -16,7 +16,4 @@ References of all the functions and methods used in our libraries:
|
|||||||
|
|
||||||
<repo name="squid-js"></repo>
|
<repo name="squid-js"></repo>
|
||||||
<repo name="squid-py"></repo>
|
<repo name="squid-py"></repo>
|
||||||
|
|
||||||
ReadTheDocs hosts the [squid-py API Reference Docs](https://squid-py.readthedocs.io/en/latest/).
|
|
||||||
|
|
||||||
<repo name="squid-java"></repo>
|
<repo name="squid-java"></repo>
|
||||||
|
7
content/references/squid-java.md
Normal file
7
content/references/squid-java.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Squid-Java API Reference
|
||||||
|
---
|
||||||
|
|
||||||
|
Coming soon. For now, please see the squid-java source code on GitHub.
|
||||||
|
|
||||||
|
<repo name="squid-java"></repo>
|
@ -45,7 +45,7 @@ There are many ways to create an Ocean marketplace app. For example, you could u
|
|||||||
|
|
||||||
Note: There are examples of how to use squid-py in the [Tutorials](/tutorials/introduction/). squid-py is to Ocean like boto3 is to AWS.
|
Note: There are examples of how to use squid-py in the [Tutorials](/tutorials/introduction/). squid-py is to Ocean like boto3 is to AWS.
|
||||||
|
|
||||||
Of course, you could always write your own Squid library in the language of your choice. A squid-java library is in development.
|
Of course, you could always write your own Squid library in the language of your choice.
|
||||||
|
|
||||||
## Run Your Marketplace App in Production
|
## Run Your Marketplace App in Production
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ title: Overview of the Tutorials
|
|||||||
description: What you can expect to find in these Ocean Protocol tutorials.
|
description: What you can expect to find in these Ocean Protocol tutorials.
|
||||||
---
|
---
|
||||||
|
|
||||||
The idea of these tutorials is to show you how to use squid-js (JavaScript) and squid-py (Python) to:
|
The idea of these tutorials is to show you how to use squid-js (JavaScript), squid-py (Python) and squid-java to:
|
||||||
|
|
||||||
- publish a data set
|
- publish a data set
|
||||||
- get and use a data set
|
- get and use a data set
|
||||||
|
@ -28,6 +28,9 @@
|
|||||||
- name: API reference
|
- name: API reference
|
||||||
url: /references/squid-py/
|
url: /references/squid-py/
|
||||||
- name: squid-java
|
- name: squid-java
|
||||||
|
links:
|
||||||
|
- name: API reference
|
||||||
|
url: /references/squid-java/
|
||||||
|
|
||||||
- group: OceanDB
|
- group: OceanDB
|
||||||
items:
|
items:
|
||||||
|
@ -22,3 +22,8 @@
|
|||||||
items:
|
items:
|
||||||
- title: API Reference
|
- title: API Reference
|
||||||
link: /references/squid-py/
|
link: /references/squid-py/
|
||||||
|
|
||||||
|
- group: squid-java
|
||||||
|
items:
|
||||||
|
- title: API Reference
|
||||||
|
link: /references/squid-java/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user