The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ybapi - YellowBot API Test Utility

SYNOPSIS

   ybapi --api-key abc123 --api-secret def \
      --method 'search/locations' \
      q=sushi place=90069 get_ratings=1 get_media=1

   

OPTIONS

api-key

API Key (required)

api-secret

API secret (required)

method

API method to call, for example search/locations. (required).

api-server

Optional parameter to specify a different API server (see YellowBot::API).

debug

Specify --debug) to get the full request parameters printed to STDERR.

After the options, specify each parameter to the API call in key=value pairs.