BmltClient-ApiClient
view release on metacpan or search on metacpan
t/RootServerApiTest.t view on Meta::CPAN
=begin comment
BMLT
BMLT Admin API Documentation
The version of the OpenAPI document: 1.0.0
Generated by: https://openapi-generator.tech
=end comment
=cut
#
# NOTE: This class is auto generated by OpenAPI Generator
# Please update the test cases below to test the API endpoints.
# Ref: https://openapi-generator.tech
#
use Test::More tests => 1; #TODO update number of test cases
use Test::Exception;
use lib 'lib';
use strict;
use warnings;
use_ok('BmltClient::RootServerApi');
my $api = BmltClient::RootServerApi->new();
isa_ok($api, 'BmltClient::RootServerApi');
#
# auth_logout test
#
# uncomment below and update the test
#my $auth_logout_result = $api->auth_logout();
#
# auth_refresh test
#
# uncomment below and update the test
#my $auth_refresh_result = $api->auth_refresh();
#
# auth_token test
#
# uncomment below and update the test
#my $auth_token_token_credentials = undef; # replace NULL with a proper value
#my $auth_token_result = $api->auth_token(token_credentials => $auth_token_token_credentials);
#
# create_format test
#
# uncomment below and update the test
#my $create_format_format_create = undef; # replace NULL with a proper value
#my $create_format_result = $api->create_format(format_create => $create_format_format_create);
#
# create_meeting test
#
# uncomment below and update the test
#my $create_meeting_meeting_create = undef; # replace NULL with a proper value
#my $create_meeting_result = $api->create_meeting(meeting_create => $create_meeting_meeting_create);
#
# create_service_body test
#
# uncomment below and update the test
#my $create_service_body_service_body_create = undef; # replace NULL with a proper value
#my $create_service_body_result = $api->create_service_body(service_body_create => $create_service_body_service_body_create);
#
# create_user test
#
# uncomment below and update the test
#my $create_user_user_create = undef; # replace NULL with a proper value
#my $create_user_result = $api->create_user(user_create => $create_user_user_create);
#
# delete_format test
#
# uncomment below and update the test
#my $delete_format_format_id = undef; # replace NULL with a proper value
#my $delete_format_result = $api->delete_format(format_id => $delete_format_format_id);
#
# delete_meeting test
#
# uncomment below and update the test
#my $delete_meeting_meeting_id = undef; # replace NULL with a proper value
#my $delete_meeting_result = $api->delete_meeting(meeting_id => $delete_meeting_meeting_id);
#
# delete_service_body test
#
# uncomment below and update the test
#my $delete_service_body_service_body_id = undef; # replace NULL with a proper value
#my $delete_service_body_result = $api->delete_service_body(service_body_id => $delete_service_body_service_body_id);
#
# delete_user test
#
# uncomment below and update the test
#my $delete_user_user_id = undef; # replace NULL with a proper value
#my $delete_user_result = $api->delete_user(user_id => $delete_user_user_id);
#
# get_format test
#
( run in 1.712 second using v1.01-cache-2.11-cpan-39bf76dae61 )