Generates RTM API files from the official documentation.
There are too many events for me to be bothered typing them all out, and things are almost consistent enough for autogeneration to be useful.
[% method %]
[% spec.description %]
[% spec.externalDocs.description %]
[% IF spec.parameters.size -%] Takes the following named parameters:
[% FOREACH param IN spec.parameters -%] =item * [% param.name %]
- [% param.description %] ([% param.type %], [% param.required ? 'required' : 'optional' %])
[% END -%] =back
[% END -%] Resolves to a structure representing the response.
NAME
Net::Async::Slack::Event::[% classname %] - [% description %]
DESCRIPTION
Example input data:
[% example | indent(' ') %]
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2016-2019. Licensed under the same terms as Perl itself. EOF }
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 136:
You forgot a '=back' before '=head1'