func (datasetClient) Get( ctx context.Context, slug string,) (*datasets.Dataset, error)Get a dataset by its slug.
Parameters
Section titled “Parameters”slug string The slug of the dataset
Returns
Section titled “Returns”A dataset object.
Errors
Section titled “Errors”not_found No such dataset The specified dataset does not exist.