Skip to content

Commit

Permalink
Fix all core API links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Nov 6, 2023
1 parent 69d94e5 commit 8e34164
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ for Stardust eases the development of application specific node extensions.

## Node API Specification

- [Core rest-api specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/stardust-api/tips/TIP-0025/core-rest-api.yaml).
- [Core rest-api specification](/apis/core/v2/iota-core-rest-api).
- [UTXO Indexer rest-api specification](https://github.com/iotaledger/tips/blob/main/tips/TIP-0026/tip-0026.md).
- [Event API (MQTT) specification](https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/iotaledger/tips/stardust-event-api/tips/TIP-0028/event-api.yml).
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We currently provide load-balanced public Shimmer Beta endpoints:
- MQTT: wss://api.testnet.shimmer.network:443/api/mqtt/v1
- Chronicle API: https://chronicle.testnet.shimmer.network

These endpoints have MQTT (via WebSockets and raw TCP) exposed and offer the HTTP REST API (according to this specifications [TIP-25](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0025/core-rest-api.yaml), [TIP-26](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0026/indexer-rest-api.yaml) over TLS.
These endpoints have MQTT (via WebSockets and raw TCP) exposed and offer the HTTP REST API (according to this specifications: [Core API](/apis/core/v2/iota-core-rest-api), [Indexer API](/apis/indexer/iota-utxo-indexer-rest-api)) over TLS.

## Developer Tools

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Health endpoint: https://api.shimmer.network/health
MQTT: wss://api.shimmer.network:443/api/mqtt/v1
Chronicle API: https://chronicle.shimmer.network

These endpoints have MQTT (via WebSockets) exposed and offer the HTTP REST API (according to the specifications [TIP-25](https://github.com/iotaledger/tips/blob/main/tips/TIP-0025/tip-0025.md), [TIP-26](https://github.com/iotaledger/tips/blob/main/tips/TIP-0026/tip-0026.md) and [TIP-28](https://github.com/iotaledger/tips/blob/main/tips/TIP-0028/tip-0028.md)) over TLS
These endpoints have MQTT (via WebSockets) exposed and offer the HTTP REST API (according to this specifications: [Core API](/apis/core/v2/iota-core-rest-api), [Indexer API](/apis/indexer/iota-utxo-indexer-rest-api) and [TIP-28](https://github.com/iotaledger/tips/blob/main/tips/TIP-0028/tip-0028.md)) over TLS.

## Developer Tools

Expand Down
2 changes: 1 addition & 1 deletion docs/build/iota.rs/2.0-rc.7/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ appear the same for any client.
The iota.rs library exposes operations of two types. Clients interact with nodes by calling their REST API, and the
first group of operations mirrors the available calls. When your program invokes such an operation, it directly
translates it into a REST call to a node. See
the [node's REST API reference](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0025/core-rest-api.yaml)
the [node's REST API reference](/apis/core/v2/iota-core-rest-api)
for a complete list of available endpoints.

Operations from the first group tend to be too atomic and basic to use conveniently. The second group provides you with
Expand Down
2 changes: 1 addition & 1 deletion docs/maintain/chronicle/1.0-rc.2/docs/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:

The data within Chronicle can be accessed through the following APIs:

- [Core Node API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0025/core-rest-api.yaml) `api/core/v2/…`
- [Core Node API](/apis/core/v2/iota-core-rest-api) `api/core/v2/…`
- [Explorer API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/inx-chronicle/main/documentation/api/api-explorer.yml) `api/explorer/v2/…`
- [Indexer API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/indexer-api/tips/TIP-0026/indexer-rest-api.yaml) `api/indexer/v1/…`
- [PoI API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/inx-chronicle/main/documentation/api/api-poi.yml) `api/poi/v1/…`
2 changes: 1 addition & 1 deletion docs/maintain/hornet/2.0/docs/references/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ keywords:

You can find specifications of the APIs exposed by HORNET in the the links below:

- [Core REST API v2](https://wiki.iota.org/apis/core/v2/iota-core-rest-api)
- [Core REST API v2](/apis/core/v2/iota-core-rest-api)

0 comments on commit 8e34164

Please sign in to comment.