Skip to main content
Glama
query.lcd.js901 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LCDQueryClient = void 0; class LCDQueryClient { req; constructor({ requestClient }) { this.req = requestClient; this.recoveredSinceDowntimeOfLength = this.recoveredSinceDowntimeOfLength.bind(this); } /* RecoveredSinceDowntimeOfLength */ async recoveredSinceDowntimeOfLength(params) { const options = { params: {} }; if (typeof params?.downtime !== "undefined") { options.params.downtime = params.downtime; } if (typeof params?.recovery !== "undefined") { options.params.recovery = params.recovery; } const endpoint = `osmosis/downtime-detector/v1beta1/RecoveredSinceDowntimeOfLength`; return await this.req.get(endpoint, options); } } exports.LCDQueryClient = LCDQueryClient;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server