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
GameResponseOffersInnerPriceTest.t•711 B
=begin comment
GameBrain API
GameBrain API
The version of the OpenAPI document: 1.0.1
Contact: mail@gamebrain.co
Generated by: https://openapi-generator.tech
=end comment
=cut
#
# NOTE: This class is auto generated by the OpenAPI Generator
# Please update the test cases below to test the model.
# Ref: https://openapi-generator.tech
#
use Test::More;
use Test::Exception;
use lib 'lib';
use strict;
use warnings;
use_ok('WWW::OpenAPIClient::Object::GameResponseOffersInnerPrice');
# uncomment below and update the test
#my $instance = WWW::OpenAPIClient::Object::GameResponseOffersInnerPrice->new();
#
#isa_ok($instance, 'WWW::OpenAPIClient::Object::GameResponseOffersInnerPrice');
done_testing();