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