Closed abkfenris closed 1 year ago
If a single dataset is passed to xpublish.Rest it now throws a TypeError directing the user to use xpublish.SingleDatasetRest.
xpublish.Rest
TypeError
xpublish.SingleDatasetRest
I also found a few tests that were testing other things, but were passing a single dataset to xpublish.Rest.
Closes #149
If a single dataset is passed to
xpublish.Rest
it now throws aTypeError
directing the user to usexpublish.SingleDatasetRest
.I also found a few tests that were testing other things, but were passing a single dataset to
xpublish.Rest
.Closes #149