0fc7cc657d
* spacing + working openapi local for nymapi * sandbox nyx rest api * add now working nym-api openapi json url to component
19 lines
716 B
Plaintext
19 lines
716 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://sandbox-node-status-api.nymte.ch/api-docs/openapi.json](https://sandbox-node-status-api.nymte.ch/api-docs/openapi.json) which is also used to generate the Swagger docs deployed at [https://sandbox-node-status-api.nymte.ch/swagger/](https://sandbox-node-status-api.nymte.ch/swagger/).
|
|
|
|
<br /><br />
|
|
|
|
<RedocStandalone
|
|
specUrl="https://sandbox-node-status-api.nymte.ch/api-docs/openapi.json"
|
|
options={{
|
|
nativeScrollbars: true,
|
|
theme: {
|
|
sidebar: {
|
|
backgroundColor: '#273239',
|
|
textColor: '#FCFDFE'
|
|
}
|
|
}
|
|
}}
|
|
/>
|