ervice::FOAAS::Codegen;
use 5.014000;
use strict;
use warnings;
use HTTP::Tiny;
use JSON::MaybeXS qw/decode_json/;
our $VERSION = '0.002';
sub run {
my $ht = HTTP::Tiny->new;
my $result = $ht->g
gen->run
\=head1 AVAILABLE METHODS
\=over
EOF
my @ops = map { $_->{url} =~ y/-/_/r } @{decode_json $result->{content}};
for my $op (@ops) {
my (undef, $name, @args) = split '/', $op;
my $narg