mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-05-01 09:10:12 +00:00
Add link to Java bots
This commit is contained in:
parent
aa88b90c6a
commit
0e7eeaedb7
21
README.md
21
README.md
@ -10,20 +10,23 @@ client example code, and developing new Java and Python clients and bots.
|
|||||||
|
|
||||||
It contains four subprojects:
|
It contains four subprojects:
|
||||||
|
|
||||||
1. [reference-doc-builder](https://github.com/bisq-network/bisq-api-reference/tree/main/reference-doc-builder) -- The Java
|
1. [reference-doc-builder](https://github.com/bisq-network/bisq-api-reference/tree/main/reference-doc-builder) -- The
|
||||||
application that produces the [API Reference](https://bisq-network.github.io/slate) content, from Bisq protobuf
|
Java application that produces the [API Reference](https://bisq-network.github.io/slate) content, from Bisq protobuf
|
||||||
definition files.
|
definition files.
|
||||||
2. [cli-examples](https://github.com/bisq-network/bisq-api-reference/tree/main/cli-examples) -- A folder of bash scripts
|
2. [cli-examples](https://github.com/bisq-network/bisq-api-reference/tree/main/cli-examples) -- A folder of bash scripts
|
||||||
demonstrating how to run API CLI commands. Each script is named for the RPC method call being demonstrated.
|
demonstrating how to run API CLI commands. Each script is named for the RPC method call being demonstrated.
|
||||||
3. [java-examples](https://github.com/bisq-network/bisq-api-reference/tree/main/java-examples) -- A Java project
|
3. [java-examples](https://github.com/bisq-network/bisq-api-reference/tree/main/java-examples) -- A Java project
|
||||||
demonstrating how to call the API from Java gRPC clients. Each class in
|
demonstrating how to call the API from Java gRPC clients. Each class in the
|
||||||
the [bisq.rpccalls](https://github.com/bisq-network/bisq-api-reference/tree/main/java-examples/src/main/java/bisq/rpccalls)
|
[bisq.rpccalls](https://github.com/bisq-network/bisq-api-reference/tree/main/java-examples/src/main/java/bisq/rpccalls)
|
||||||
package is named for the RPC method call being demonstrated.
|
package is named for the RPC method call being demonstrated. There are also some mainnet-ready Java API bots in the
|
||||||
4. [python-examples](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples) -- A Python3 project
|
[bisq.bots](https://github.com/bisq-network/bisq-api-reference/tree/main/java-examples/src/main/java/bisq/bots)
|
||||||
|
package.
|
||||||
|
5. [python-examples](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples) -- A Python3 project
|
||||||
demonstrating how to call the API from Python3 gRPC clients. Each class in
|
demonstrating how to call the API from Python3 gRPC clients. Each class in
|
||||||
the [bisq.rpccalls](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/rpccalls) package
|
the [bisq.rpccalls](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/rpccalls)
|
||||||
is named for the RPC method call being demonstrated. There are also some simple bot examples in
|
package is named for the RPC method call being demonstrated. There are also some simple (not-ready-for-mainnet) bot
|
||||||
the [bisq.bots](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/bots) package.
|
examples in the [bisq.bots](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/bots)
|
||||||
|
package.
|
||||||
|
|
||||||
The RPC method examples are also displayed in the [API Reference](https://bisq-network.github.io/slate). While
|
The RPC method examples are also displayed in the [API Reference](https://bisq-network.github.io/slate). While
|
||||||
navigating the RPC method links in the reference's table of contents on the left side of the page, they appear in the
|
navigating the RPC method links in the reference's table of contents on the left side of the page, they appear in the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user