Does the API's dataset/export method work?
I'm building a PHP client library for Domo, and I'm currently having trouble with one of the endpoints. Specifically: API Docs: Endpoint: /v1/datasets/{dataset_id}/data Method: GET According to the documentation, if I call that endpoint with the GUID of a dataset, it should return CSV content to me in the response body.…