Swagger2::POD
Convert swagger API spec to Perl documentation
- Provided by: libswagger2-perl (Version: 0.73-1)
- Report a bug
Convert swagger API spec to Perl documentation
Swagger2::POD is a module that can convert from "Swagger2" to POD.
use Swagger2;
my $swagger = Sswagger2->new("file:///path/to/api-spec.yaml");
print $swagger->pod->to_string;
$str = $self->to_string;
Will convert swagger API spec to plain old documentation.
Copyright (C) 2014-2015, Jan Henning Thorsen
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
Jan Henning Thorsen - "jhthorsen@cpan.org"