-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temp commit before changing structure
- Loading branch information
1 parent
7492b1c
commit abf166b
Showing
10 changed files
with
78 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
documentation/docs/components/outputs/api-scraping-outputs/time-now.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Wednesday, December 4th 2024, 22:35:02 UTC | ||
Thursday, December 5th 2024, 10:36:14 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"ns-api": "Node Status API", | ||
"nym-api": "NymAPI" | ||
"nym-api": "NymAPI", | ||
"explorer-api": "Explorer API", | ||
"cosmos-sdk-nyx": "Validator REST API" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { RedocStandalone } from 'redoc'; | ||
|
||
- what this is | ||
- where you can find the others - link to chain registry | ||
|
||
<RedocStandalone | ||
specUrl="https://api.nymtech.net/swagger/swagger.yaml" | ||
options={{ | ||
suppressWarnings: true, | ||
disableSidebar: true, | ||
}} | ||
/> | ||
|
||
TODO CHANGE EVERYTHING TO TYPE->DROPDOWN(MAINNET/SANDBOX) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
import { RedocStandalone } from 'redoc'; | ||
|
||
# Explorer API | ||
|
||
The Explorer API is the backend for the [Mixnet Explorer](). | ||
|
||
**This will soon be deprecated in favour of the [Node Status API]().** | ||
|
||
The code for this service can be found [in our monorepo](). | ||
|
||
The information below is generated with [Redoc](https://redocly.com/docs/redoc) consuming the OpenAPI spec found at []() which is also used to generate the Swagger docs deployed at [](). | ||
|
||
<RedocStandalone | ||
specUrl="https://sandbox-explorer.nymtech.net/api/v1/openapi.json" | ||
options={{ | ||
suppressWarnings: true, | ||
disableSidebar: true, | ||
}} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"ns-api": "Node Status API", | ||
"nym-api": "NymAPI" | ||
"nym-api": "NymAPI", | ||
"explorer-api": "Explorer API", | ||
"cosmos-sdk-nyx": "Validator REST API" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
- what this is | ||
- where you can find the others - link to chain registry | ||
|
||
<RedocStandalone | ||
specUrl="https://api.nymtech.net/swagger/swagger.yaml" | ||
options={{ | ||
suppressWarnings: true, | ||
disableSidebar: true, | ||
}} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
import { RedocStandalone } from 'redoc'; | ||
|
||
# Explorer API | ||
|
||
The Explorer API is the backend for the [Mixnet Explorer](). | ||
|
||
**This will soon be deprecated in favour of the [Node Status API]().** | ||
|
||
The code for this service can be found [in our monorepo](). | ||
|
||
The information below is generated with [Redoc](https://redocly.com/docs/redoc) consuming the OpenAPI spec found at []() which is also used to generate the Swagger docs deployed at [](). | ||
|
||
<RedocStandalone | ||
specUrl="https://explorer.nymtech.net/api/v1/openapi.json" | ||
options={{ | ||
suppressWarnings: true, | ||
disableSidebar: true, | ||
}} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters