BmltClient-ApiClient

 view release on metacpan or  search on metacpan

lib/BmltClient/Role.pm  view on Meta::CPAN


#
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
# Do not edit the class manually.
# Ref: https://openapi-generator.tech
#
package BmltClient::Role;
use utf8;

use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use BmltClient::ApiFactory;

has base_url => ( is => 'ro',
                  required => 0,
                  isa => 'Str',
                  documentation => 'Root of the server that requests are sent to',
                  );



( run in 0.244 second using v1.01-cache-2.11-cpan-4d50c553e7e )