Download data from a dataset record by id.
Method
GET https://data-api.foursquare.com/v1/datasets/<uuid>/data HTTP/1.1
Response
If output_file
was provided, returns None
and writes data to the provided file. Otherwise, returns a bytes
object with the dataset's data.
.
Example
curl -X GET https://data-api.foursquare.com/v1/datasets/<uuid> \
-H 'Authorization: Bearer <token>'