Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode spaces in dataset names for the URL (#73)
The io.honeycomb.com URLs for datasets with spaces in the name use a `-` (dash) for encoding that space. This change fixes the `buildURL` function to also use dashes for spaces, instead of exposing the space character.
- Loading branch information