0fc7cc657d
* spacing + working openapi local for nymapi * sandbox nyx rest api * add now working nym-api openapi json url to component
20 lines
687 B
Plaintext
20 lines
687 B
Plaintext
|
|
import { RedocStandalone } from 'redoc';
|
|
|
|
The information below is generated with [Redoc](https://redocly.com/docs/redoc) consuming the OpenAPI spec found at [https://explorer.nymtech.net/api/v1/openapi.json](https://explorer.nymtech.net/api/v1/openapi.json) which is also used to generate the Swagger docs deployed at [https://explorer.nymtech.net/api/swagger/index.html](https://explorer.nymtech.net/api/swagger/index.html).
|
|
|
|
<br /><br />
|
|
|
|
<RedocStandalone
|
|
specUrl="https://sandbox-explorer.nymtech.net/api/v1/openapi.json"
|
|
options={{
|
|
nativeScrollbars: true,
|
|
theme: {
|
|
sidebar: {
|
|
backgroundColor: '#273239',
|
|
textColor: '#FCFDFE'
|
|
}
|
|
}
|
|
}}
|
|
/>
|