Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
game_news_response.rs559 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 GameNewsResponse { #[serde(rename = "news")] pub news: Vec<models::GameNewsItem>, } impl GameNewsResponse { pub fn new(news: Vec<models::GameNewsItem>) -> GameNewsResponse { GameNewsResponse { news, } } }

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