ActiveTriples / linked-data-fragments

Basic linked data fragments endpoint.
Creative Commons Zero v1.0 Universal
15 stars 0 forks source link

Refactor `DatasetBuilder` to accept parameters #53

Closed no-reply closed 7 years ago

no-reply commented 7 years ago

DatasetBuilder specs tested certain implementation details; this rewrites them to test the interfaces, opening the builder for extension.

With that done, DatasetBuilder is refactored to accept parameters allowing it to build datasets advertising parameters and endpoints other than the defaults in the configuration file.

This is in service of #43.