Helper script to extract field and type information from documentation.
Run without parameters, it will cache data to docs.html
locally and will update the files in lib/WebService/Async/Onfido/*
.
NAME
WebService::Async::Onfido::Base::[% name %] - represents data for Onfido
DESCRIPTION
This is autogenerated from the documentation in https://documentation.onfido.com.
METHODS [% FOR field IN fields -%] =head2 [% field.field %]
[% field.description %].
AUTHOR
deriv.com DERIV@cpan.org
LICENSE
Copyright deriv.com 2019. Licensed under the same terms as Perl itself.
}, { name => $k, fields => $classes{$k} }, 'lib/WebService/Async/Onfido/Base/' . $k . '.pm', { binmode => ':encoding(UTF-8)' }, ) or die $tt->error; }