Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
game_news_item.rs913 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 GameNewsItem { #[serde(rename = "title")] pub title: String, #[serde(rename = "url")] pub url: String, #[serde(rename = "source")] pub source: String, #[serde(rename = "image", skip_serializing_if = "Option::is_none")] pub image: Option<String>, #[serde(rename = "published")] pub published: String, } impl GameNewsItem { pub fn new(title: String, url: String, source: String, published: String) -> GameNewsItem { GameNewsItem { title, url, source, image: None, published, } } }

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