The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

%%MODULE%%

SYNOPSIS

  use %%MODULE%% ;
 
  my $api = %%MODULE%%->new( url => 'http://server:12345' ) ;

  $api->api_command( message => 'testing', 'debug') ;

DESCRIPTION

This module has been autogenerated against a Swagger API, hopefully the author has fixed up the documentation

AUTHOR

autogenerated by %%AUTHOR%%, Which was created by kevin Mulholland, moodfarm@cpan.org

VERSIONS

v0.1

Notes

Public Functions

new

Create a new instance of the api connection

    my $api = %%MODULE%%->new( url => 'http://server:12345') ;

Parameters url the url of the server API, of the form http://server:12345

1 POD Error

The following errors were encountered while parsing the POD:

Around line 319:

=over without closing =back