diffusionkinetics / open

DiffusionKinetics open-source monorepo
MIT License
115 stars 24 forks source link

ToURL class now has ToURLSegments instead of a toURL method #99

Closed balajirrao closed 6 years ago

balajirrao commented 6 years ago

toURL is now a polymorphic function that works on instances of ToURL. This is done to make it easier to control where slashes appear in the URL.

Please let me know if I have omitted something.

glutamate commented 6 years ago

Thanks, this removes a lot of ambiguity