Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
search_suggestion_response.rs648 B
/* * GameBrain API * * GameBrain API * * The version of the OpenAPI document: 1.0.1 * Contact: mail@gamebrain.co * Generated by: https://openapi-generator.tech */ use crate::models; use serde::{Deserialize, Serialize}; #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct SearchSuggestionResponse { #[serde(rename = "results", skip_serializing_if = "Option::is_none")] pub results: Option<Vec<models::SearchSuggestionResponseResultsInner>>, } impl SearchSuggestionResponse { pub fn new() -> SearchSuggestionResponse { SearchSuggestionResponse { results: None, } } }

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/ddsky/gamebrain-api-clients'

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