Retrieve available markets, or a specific market
Arguments
- slug
An optional character string containing a "slug" referring to a media market.
- ...
Arguments passed on to
ppQuery,httr::GETargsA character string containing additional URL-encoded parameters.
verboseWhether to display informative messages on the query.
configAdditional configuration settings such as http authentication (
authenticate()), additional headers (add_headers()), cookies (set_cookies()) etc. Seeconfig()for full details and list of helpers.handleThe handle to use with this request. If not supplied, will be retrieved and reused from the
handle_pool()based on the scheme, hostname and port of the url. By default httr requests to the same scheme/host/port combo. This substantially reduces connection time, and ensures that cookies are maintained over multiple requests to the same host. Seehandle_pool()for more details.
