Group
Extension

Matches 1

WebService-Swapi ( K/KI/KIANMENG/WebService-Swapi-0.1.7.tar.gz, KIANMENG, 2018; MetaCPAN )
WebService-Swapi/lib/WebService/Swapi.pm ( view source; MetaCPAN )
n case the api_url was updated.
    $self->server($self->api_url);
    $self->type(qq|application/json|);

    my @paths;
    push @paths, $object if (defined $object);
    push @paths, $id     if (de
t information of all available resources
    my $resources = $swapi->resources();

    # View the JSON schema for people resource
    my $schema = $swapi->schema('people');

    # Searching
    my $re
ject('films', '1');

    # Get the result in different format.
    my $object_json = $swapi->get_object('films', '1', 'json');
    my $object_wookie = $swapi->get_object('films', '1', 'wookiee');

=he

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.