Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a doc on Horizon Endpoints on Lab #1108

Merged
merged 14 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/data/horizon/api-reference/structure/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ sidebar_label: Structure
description: Horizon is an API for interacting with the Stellar network.
---

import DocCardList from "@theme/DocCardList";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our current Horizon API Reference page is missing cards so I added cards since it has submenus


How Horizon is structured.

<DocCardList />
6 changes: 6 additions & 0 deletions docs/tools/developer-tools/lab/account.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Account
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding hierarchy

description: Explore Stellar Lab's Account Page by creating and funding account on Stellar
sidebar_position: 10
---

# Account

## [Create Account Keypair](https://lab.stellar.org/account/create)
Expand Down
14 changes: 14 additions & 0 deletions docs/tools/developer-tools/lab/api-explorer/README.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: API Explorer
sidebar_position: 20
---

import DocCardList from "@theme/DocCardList";

# Developer Tools

This section demonstrates how to use RPC methods and Horizon endpoints on the Stellar Lab across different networks, including features like sharing URLs and saving requests for future use.

you can explore the various endpoints from the RPC and Horizon, make requests to these endpoints, and save them for future use.
jeesunikim marked this conversation as resolved.
Show resolved Hide resolved

<DocCardList />
360 changes: 360 additions & 0 deletions docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-assets-usdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-assets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-endpoints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-payments-response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-payments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-save-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-saved-requests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/horizon-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/lab-horizon-view-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/lab/lab-single-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading